From 92d478d3cc5f6fdcfa57746e0107c702cc736ebc Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 17 Jul 2014 06:24:57 +0000 Subject: link against main.c and ssl-bozo.c (which provides the IO backend.) --- libexec/httpd/small/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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 \ -- cgit