aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0aecfb2..539eb5b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,13 @@
PROG= httpd
SRCS= parse.y
-SRCS+= config.c control.c httpd.c log.c proc.c server.c
+SRCS+= config.c control.c httpd.c log.c proc.c
+SRCS+= server.c server_http.c server_file.c
MAN= httpd.8 httpd.conf.5
LDADD= -levent -lssl -lcrypto -lutil
DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL}
-DEBUG= -g -DDEBUG=3
+#DEBUG= -g -DDEBUG=3
CFLAGS+= -Wall -I${.CURDIR} -Werror
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations