summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-05 15:15:48 +0000
committerespie <espie@openbsd.org>2017-07-05 15:15:48 +0000
commit9cd985c37744007ebec83ab9ba7899b20511038a (patch)
treeac0265f6271e9f845a244275411b641a0fc99493 /usr.sbin/hostapd
parentThe EQN_LISTONE box type is pointless. (diff)
downloadwireguard-openbsd-9cd985c37744007ebec83ab9ba7899b20511038a.tar.xz
wireguard-openbsd-9cd985c37744007ebec83ab9ba7899b20511038a.zip
forgot to commit this one
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r--usr.sbin/hostapd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/Makefile b/usr.sbin/hostapd/Makefile
index 62103b2dff1..4458eeb2087 100644
--- a/usr.sbin/hostapd/Makefile
+++ b/usr.sbin/hostapd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2014/01/18 05:54:51 martynas Exp $
+# $OpenBSD: Makefile,v 1.8 2017/07/05 15:15:48 espie Exp $
PROG= hostapd
SRCS= privsep.c apme.c handle.c iapp.c llc.c hostapd.c \
@@ -11,6 +11,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
-CLEANFILES= y.tab.h
+YFLAGS=
.include <bsd.prog.mk>