summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-13 20:30:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-13 20:30:18 +0000
commit2c0cb5712e4a3a6918b9f87d9e77890b6fcc957f (patch)
treed60f40e4edad8411cc4266b1c33b799749448a3a /usr.sbin/hostapd/Makefile
parent04a2cf96dd0698d83478791508d0c33918c93a62 (diff)
spacing
Diffstat (limited to 'usr.sbin/hostapd/Makefile')
-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>