From ef8ac29ba3d237a19175ad7252d709c9a74bc051 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Wed, 27 Nov 2019 17:09:13 +0000 Subject: Nuke http captive portal detection; something better is coming. OK otto --- sbin/unwind/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sbin/unwind/Makefile') 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 -- cgit v1.2.3