summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-04-13 20:30:17 +0000
committerderaadt <deraadt@openbsd.org>2005-04-13 20:30:17 +0000
commit2e7218c50e69a461050b928dafa0fada6353a851 (patch)
tree073a7c60741195123638703ca66716961a7ccb8e
parenttighten code vertically (diff)
downloadwireguard-openbsd-2e7218c50e69a461050b928dafa0fada6353a851.tar.xz
wireguard-openbsd-2e7218c50e69a461050b928dafa0fada6353a851.zip
spacing
-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 b34d30b6606..e79e24b76f1 100644
--- a/usr.sbin/hostapd/Makefile
+++ b/usr.sbin/hostapd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2005/04/13 18:12:23 reyk Exp $
+# $OpenBSD: Makefile,v 1.2 2005/04/13 20:30:17 deraadt Exp $
PROG= hostapd
SRCS= privsep.c apme.c iapp.c llc.c hostapd.c parse.y
@@ -9,6 +9,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
-CLEANFILES= y.tab.h
+CLEANFILES= y.tab.h
.include <bsd.prog.mk>