summaryrefslogtreecommitdiffstats
path: root/sbin/iked/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/iked/Makefile')
-rw-r--r--sbin/iked/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile
index d188b58b882..1b0d17ead5c 100644
--- a/sbin/iked/Makefile
+++ b/sbin/iked/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2015/10/23 09:13:00 tedu Exp $
+# $OpenBSD: Makefile,v 1.16 2017/07/03 22:21:47 espie Exp $
PROG= iked
SRCS= ca.c chap_ms.c config.c control.c crypto.c dh.c \
@@ -17,9 +17,11 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
-CLEANFILES+= y.tab.h ikev2_map.c eap_map.c
+CLEANFILES+= ikev2_map.c eap_map.c
GENERATED= ikev2_map.c eap_map.c
+YFLAGS=
+
ikev2_map.c: genmap.sh ikev2.h
/bin/sh ${.CURDIR}/genmap.sh ${.CURDIR}/ikev2.h ikev2 > $@
@touch $@