summaryrefslogtreecommitdiff
path: root/sbin/iked
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-19 12:50:34 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-19 12:50:34 +0000
commita98649ea9a316bae378f0491bc7c03ff5266248b (patch)
tree3a47ff7d0979a4b26c1fafbf03999299d76cac29 /sbin/iked
parent4f31a6a0da6de21699e3065127f3377c9a010b80 (diff)
more depends gc / yacc rules overhaul
okay millert@
Diffstat (limited to 'sbin/iked')
-rw-r--r--sbin/iked/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile
index 1b0d17ead5c..6b8e3013aec 100644
--- a/sbin/iked/Makefile
+++ b/sbin/iked/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2017/07/03 22:21:47 espie Exp $
+# $OpenBSD: Makefile,v 1.17 2017/07/19 12:50:32 espie Exp $
PROG= iked
SRCS= ca.c chap_ms.c config.c control.c crypto.c dh.c \
@@ -30,8 +30,6 @@ eap_map.c: genmap.sh eap.h
/bin/sh ${.CURDIR}/genmap.sh ${.CURDIR}/eap.h eap > $@
@touch $@
-${PROG} beforedepend: ${GENERATED}
-
.include <bsd.prog.mk>
# Don't compile iked as static binary by default