aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-11-20 14:40:40 +0100
committerReyk Floeter <reyk@esdenera.com>2014-11-20 14:40:40 +0100
commit683da8cfabc4850fdf7e1df7184299604cb00533 (patch)
treea8e13a0e17ec675651153461a5e331b3f09aac8b /Makefile
parent2aaf7ee751b511f45418cc4d4a1e21e658a19940 (diff)
downloadhttpd-683da8cfabc4850fdf7e1df7184299604cb00533.tar.gz
httpd-683da8cfabc4850fdf7e1df7184299604cb00533.zip
sync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 63d50f4..441e02c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2014/08/04 17:38:12 reyk Exp $
+# $OpenBSD: Makefile,v 1.26 2014/10/31 13:49:52 jsing Exp $
PROG= httpd
SRCS= parse.y
@@ -6,8 +6,8 @@ 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
-LDADD= -levent -lressl -lssl -lcrypto -lutil
-DPADD= ${LIBEVENT} ${LIBRESSL} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL}
+LDADD= -levent -ltls -lssl -lcrypto -lutil
+DPADD= ${LIBEVENT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL}
#DEBUG= -g -DDEBUG=3
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes