summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-02-02 03:14:58 +0000
committermrg <mrg@NetBSD.org>2014-02-02 03:14:58 +0000
commit9985cfde392fae6afd6ebb23d18985887fa92d94 (patch)
treeeb864acaa7bd3179710f6431f9698bf19e9e58cf /libexec
parent84414a6b63554b5ea0026f4b57f2fa26ade16086 (diff)
add lua-bozo.c.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/libbozohttpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/httpd/libbozohttpd/Makefile b/libexec/httpd/libbozohttpd/Makefile
index 52945a61e55..5a9ad1825f3 100644
--- a/libexec/httpd/libbozohttpd/Makefile
+++ b/libexec/httpd/libbozohttpd/Makefile
@@ -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}