Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/httpd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/httpd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7.4.1 retrieving revision 1.8 diff -u -p -r1.7.4.1 -r1.8 --- src/libexec/httpd/Makefile 2014/07/09 16:04:13 1.7.4.1 +++ src/libexec/httpd/Makefile 2009/03/16 02:24:56 1.8 @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.7.4.1 2014/07/09 16:04:13 msaitoh Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/16 02:24:56 lukem Exp $ # -# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $ -# -# berkeley (netbsd) makefile. see Makefile.boot for other systems. +# $eterna: Makefile,v 1.26 2005/09/27 20:09:20 mrg Exp $ # compile-time options are: -# NO_DEBUG /* don't include debugging support */ +# 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 */ @@ -13,25 +11,16 @@ # 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 */ -# -# 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_LUA_SUPPORT +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 lua-bozo.c -SRCS+= main.c + tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c LDADD= -lcrypt DPADD= ${LIBCRYPT} -WARNS?= 4 - .include .if ${MKCRYPTO} != "no" @@ -45,48 +34,4 @@ COPTS+= -DNO_SSL_SUPPORT .endif -# -# 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