summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2021-03-20 16:36:52 +0000
committerkn <kn@openbsd.org>2021-03-20 16:36:52 +0000
commit9b47a130ccf98386bbfe598ef1fd876748e8ee1a (patch)
tree9b015a1e8ce14f3acc3889d48a396a27342d9f1d /distrib
parenttypo (diff)
downloadwireguard-openbsd-9b47a130ccf98386bbfe598ef1fd876748e8ee1a.tar.xz
wireguard-openbsd-9b47a130ccf98386bbfe598ef1fd876748e8ee1a.zip
SKIP_PROPOSAL has been ripped out in 2019
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/slaacd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/slaacd/Makefile b/distrib/special/slaacd/Makefile
index 79364a79f9d..1e59021a8ed 100644
--- a/distrib/special/slaacd/Makefile
+++ b/distrib/special/slaacd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2018/06/25 16:29:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2021/03/20 16:36:52 kn Exp $
PROG= slaacd
COPTS+= -DSMALL
@@ -7,8 +7,6 @@ SRCS= engine.c frontend.c slaacd.c
MAN=
-CFLAGS+= -DSKIP_PROPOSAL
-
YFLAGS=
LDADD+= -levent -lutil
DPADD+= ${LIBEVENT} ${LIBUTIL}