Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd/small link against main.c and ssl-bozo.c (whic...
details: https://anonhg.NetBSD.org/src/rev/8e74edcd3b63
branches: trunk
changeset: 330655:8e74edcd3b63
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 17 06:24:57 2014 +0000
description:
link against main.c and ssl-bozo.c (which provides the IO backend.)
diffstat:
libexec/httpd/small/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2e906337e740 -r 8e74edcd3b63 libexec/httpd/small/Makefile
--- a/libexec/httpd/small/Makefile Thu Jul 17 06:14:46 2014 +0000
+++ b/libexec/httpd/small/Makefile Thu Jul 17 06:24:57 2014 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index