head	1.3;
access;
symbols
	httpd-base:1.1.1.1 MRG:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2009.11.03.21.26.25;	author agc;	state Exp;
branches;
next	1.2;
commitid	tbF1PnSfzFFAo7au;

1.2
date	2009.11.03.21.13.01;	author agc;	state Exp;
branches;
next	1.1;
commitid	Umak8bUO0eVXj7au;

1.1
date	2009.11.03.04.55.18;	author agc;	state Exp;
branches
	1.1.1.1;
next	;
commitid	VqJxsN5LGNAxU1au;

1.1.1.1
date	2009.11.03.04.55.18;	author agc;	state Exp;
branches;
next	;
commitid	VqJxsN5LGNAxU1au;


desc
@@


1.3
log
@add a main.c
@
text
@#	$NetBSD: Makefile,v 1.10 2009/05/23 06:45:28 mrg Exp $
#
#	$eterna: Makefile,v 1.27 2009/05/22 21:51:38 mrg Exp $

# compile-time options are:
#	DEBUG			/* include debugging support */
#	NO_USER_SUPPORT		/* don't support /~user requests */
#	NO_CGIBIN_SUPPORT	/* don't support cgi-bin requests */
#	NO_DIRINDEX_SUPPORT	/* don't support directory indexing */
#	NO_DAEMON_MODE		/* don't support daemon mode */
#	NO_DYNAMIC_CONTENT	/* don't support dynamic content updates */
#	NO_SSL_SUPPORT		/* don't support ssl (https) */
#	DO_HTPASSWD		/* support .htpasswd files */
COPTS+=	-DDO_HTPASSWD
PROG=	httpd
MAN=	httpd.8
BUILDSYMLINKS+=bozohttpd.8 httpd.8
SRCS=	bozohttpd.c ssl-bozo.c auth-bozo.c cgi-bozo.c daemon-bozo.c \
	tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c
SRCS+=	main.c

LDADD=	-lcrypt
DPADD=	${LIBCRYPT}

.include <bsd.own.mk>

.if ${MKCRYPTO} != "no"

LDADD+=	-lssl -lcrypto
DPADD+=	${LIBSSL} ${LIBCRYPTO}

.else

COPTS+=	-DNO_SSL_SUPPORT

.endif

.include <bsd.prog.mk>
@


1.2
log
@move onto a single bozohttpd_t struct
@
text
@d20 1
a20 1
#SRCS+=	main.c
@


1.1
log
@Initial revision
@
text
@d20 1
@


1.1.1.1
log
@initial import of mrg's bozohttpd
@
text
@@
