summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-06 12:15:23 +0000
committerespie <espie@openbsd.org>2017-07-06 12:15:23 +0000
commitc9e86b779cb0713bf355065a401f77e07e79406e (patch)
treeabf746625c3bd3c50926bd00ac597a986c0a6d1e /usr.sbin/switchd
parentRemove bogus arguments from a printf in the bootloader. (diff)
downloadwireguard-openbsd-c9e86b779cb0713bf355065a401f77e07e79406e.tar.xz
wireguard-openbsd-c9e86b779cb0713bf355065a401f77e07e79406e.zip
/tmp/cvsa9y4jm
Diffstat (limited to 'usr.sbin/switchd')
-rw-r--r--usr.sbin/switchd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/switchd/Makefile b/usr.sbin/switchd/Makefile
index 41f6436fd46..7312b739785 100644
--- a/usr.sbin/switchd/Makefile
+++ b/usr.sbin/switchd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2017/07/03 22:21:47 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2017/07/06 12:15:23 espie Exp $
PROG= switchd
MAN= switchd.8 switchd.conf.5
@@ -18,7 +18,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
GENERATED= ofp_map.c ofp10_map.c
-CLEANFILES+= ${GENERATED} *~
+CLEANFILES+= ${GENERATED}
YFLAGS=
ofp_map.c: genmap.sh ${.CURDIR}/ofp_map.h ${.CURDIR}/../../sys/net/ofp.h