# $NetBSD: Makefile,v 1.28.2.1 2021/03/05 13:34:19 martin Exp $ # # $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $ # # berkeley (netbsd) makefile. see Makefile.boot for other systems. # compile-time options are: # NO_DEBUG /* don't 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 */ # NO_LUA_SUPPORT /* don't support Lua for dynamic content */ # # other system specific defines: # HAVE_NBUTIL_H /* netbsd compat is in # (don't forget to also enable -lnbutil) # # these are usually set via the "COPTS" variable, or some other method # for setting CFLAGS relevant to your make, eg # % make COPTS="-DDO_HTPASSWD" COPTS+= -DDO_HTPASSWD -DNO_BLOCKLIST_SUPPORT PROG= bozohttpd LINKS= ${BINDIR}/bozohttpd ${BINDIR}/httpd MAN= bozohttpd.8 MLINKS+=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 lua-bozo.c SRCS+= main.c LDADD= -lcrypt -llua -lm DPADD= ${LIBCRYPT} ${LIBLUA} ${LIBM} WARNS?= 4 .if defined(.OS.MAKE) OPSYS= ${.OS.MAKE} .else OPSYS:= ${:!uname -s!:S/-//g:S/\///g} .endif .if ${OPSYS} == "QNX" CPPFLAGS+= -DHAVE_NBUTIL_H LDADD+= -lnbutil .endif LDADD+= -lssl -lcrypto DPADD+= ${LIBSSL} ${LIBCRYPTO} # # Build release things. # NROFF?= nroff PREHTMLFROB= sed \ -e 's/&/\&/' \ -e 's//\>/' HTMLFROB= sed \ -e 's/\([MC] "[^"]*\)
$$/\1"<\/b>
/' \ -e 's/'"''"'/\”/' \ -e 's/""/\“/' \ -e 's/ ${TAR}.gz; \ bzip2 -9 ${TAR}; \ echo "Exported two files in $${dir}:"; \ echo ${TAR}.gz; \ echo ${TAR}.bz2 .include