summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-07-17 06:24:57 +0000
committermrg <mrg@NetBSD.org>2014-07-17 06:24:57 +0000
commit92d478d3cc5f6fdcfa57746e0107c702cc736ebc (patch)
treedf2604c01c5fca666e8349af6930a02933f429ba /libexec/httpd
parentcd25cd3158fc8298af017ae6264cb28d8a289933 (diff)
link against main.c and ssl-bozo.c (which provides the IO backend.)
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/small/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/httpd/small/Makefile b/libexec/httpd/small/Makefile
index e3221950038..3460e67f6c0 100644
--- a/libexec/httpd/small/Makefile
+++ b/libexec/httpd/small/Makefile
@@ -3,7 +3,7 @@
# build a 100% lean bozohttpd-small.c
PROG= bozohttpd-small
NOMAN= # defined
-SRCS= bozohttpd-small.c content-bozo-small.c
+SRCS= bozohttpd-small.c content-bozo-small.c ssl-bozo.c main.c:
LEAN_IFDEF_FLAGS= -UDEBUG -DNO_USER_SUPPORT \
-DNO_CGIBIN_SUPPORT -DNO_DIRINDEX_SUPPORT \