diff options
| author | mrg <mrg@NetBSD.org> | 2014-07-17 06:24:57 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2014-07-17 06:24:57 +0000 |
| commit | 92d478d3cc5f6fdcfa57746e0107c702cc736ebc (patch) | |
| tree | df2604c01c5fca666e8349af6930a02933f429ba /libexec/httpd | |
| parent | cd25cd3158fc8298af017ae6264cb28d8a289933 (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/Makefile | 2 |
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 \ |
