aboutsummaryrefslogtreecommitdiff
path: root/httpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/Makefile')
-rw-r--r--httpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile
index 885ad42..e01dec1 100644
--- a/httpd/Makefile
+++ b/httpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.27 2015/02/23 10:39:10 reyk Exp $
+# $OpenBSD: Makefile,v 1.28 2015/06/23 15:23:14 reyk Exp $
PROG= httpd
SRCS= parse.y
@@ -6,6 +6,9 @@ SRCS+= config.c control.c httpd.c log.c logger.c proc.c
SRCS+= server.c server_http.c server_file.c server_fcgi.c
MAN= httpd.8 httpd.conf.5
+SRCS+= patterns.c
+MAN+= patterns.7
+
LDADD= -levent -ltls -lssl -lcrypto -lutil
DPADD= ${LIBEVENT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL}
#DEBUG= -g -DDEBUG=3 -O0