Module Name:    src
Committed By:   mrg
Date:           Thu Jul 17 06:24:57 UTC 2014

Modified Files:
        src/libexec/httpd/small: Makefile

Log Message:
link against main.c and ssl-bozo.c (which provides the IO backend.)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/libexec/httpd/small/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/small/Makefile
diff -u src/libexec/httpd/small/Makefile:1.2 src/libexec/httpd/small/Makefile:1.3
--- src/libexec/httpd/small/Makefile:1.2	Thu Jan  2 08:21:39 2014
+++ src/libexec/httpd/small/Makefile	Thu Jul 17 06:24:57 2014
@@ -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 \

Reply via email to