summaryrefslogtreecommitdiff
path: root/sbin/unwind/Makefile
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-11-27 17:09:13 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-11-27 17:09:13 +0000
commitef8ac29ba3d237a19175ad7252d709c9a74bc051 (patch)
treeb0730c77a5711b1dc33eb1195ded6d2306cd0a14 /sbin/unwind/Makefile
parenteea03b2cf9ebda5eab296063580192f3601c9f64 (diff)
Nuke http captive portal detection; something better is coming.
OK otto
Diffstat (limited to 'sbin/unwind/Makefile')
-rw-r--r--sbin/unwind/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/unwind/Makefile b/sbin/unwind/Makefile
index b48a14ce4b1..cac03af8556 100644
--- a/sbin/unwind/Makefile
+++ b/sbin/unwind/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2019/03/01 08:02:25 florian Exp $
+# $OpenBSD: Makefile,v 1.5 2019/11/27 17:09:12 florian Exp $
PROG= unwind
SRCS= control.c resolver.c frontend.c log.c unwind.c parse.y printconf.c
-SRCS+= captiveportal.c
MAN= unwind.8 unwind.conf.5
.include "${.CURDIR}/libunbound/Makefile.inc"
@@ -15,7 +14,7 @@ CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith
CFLAGS+= -Wsign-compare
YFLAGS=
-LDADD+= -levent -lutil -ltls -lssl -lcrypto
-DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
+LDADD+= -levent -lutil -lssl -lcrypto
+DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO}
.include <bsd.prog.mk>