Module Name: src Committed By: mrg Date: Sun Feb 2 03:14:58 UTC 2014
Modified Files: src/libexec/httpd/libbozohttpd: Makefile Log Message: add lua-bozo.c. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/libexec/httpd/libbozohttpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/httpd/libbozohttpd/Makefile diff -u src/libexec/httpd/libbozohttpd/Makefile:1.1.1.1 src/libexec/httpd/libbozohttpd/Makefile:1.2 --- src/libexec/httpd/libbozohttpd/Makefile:1.1.1.1 Mon May 10 03:30:04 2010 +++ src/libexec/httpd/libbozohttpd/Makefile Sun Feb 2 03:14:58 2014 @@ -10,6 +10,7 @@ COPTS+= -DDO_HTPASSWD CPPFLAGS+= -DDO_HTPASSWD SRCS= bozohttpd.c ssl-bozo.c auth-bozo.c cgi-bozo.c daemon-bozo.c SRCS+= tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c +SRCS+= lua-bozo.c LDADD= -lcrypt DPADD= ${LIBCRYPT}