summaryrefslogtreecommitdiff
path: root/sbin/unwind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/unwind/Makefile')
-rw-r--r--sbin/unwind/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/unwind/Makefile b/sbin/unwind/Makefile
index 245c528ffbb..563e6a9cc89 100644
--- a/sbin/unwind/Makefile
+++ b/sbin/unwind/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2019/01/24 15:33:44 florian Exp $
+# $OpenBSD: Makefile,v 1.3 2019/02/03 12:02:30 florian Exp $
PROG= unwind
SRCS= control.c resolver.c frontend.c uw_log.c unwind.c uw_parse.y printconf.c
+SRCS+= captiveportal.c
MAN= unwind.8 unwind.conf.5
.include "${.CURDIR}/libunbound/Makefile.inc"
@@ -14,7 +15,7 @@ CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith
CFLAGS+= -Wsign-compare
YFLAGS=
-LDADD+= -levent -lutil -lssl -lcrypto
-DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO}
+LDADD+= -levent -lutil -ltls -lssl -lcrypto
+DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
.include <bsd.prog.mk>