summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2006-07-25 09:44:49 +0000
committerhenning <henning@openbsd.org>2006-07-25 09:44:49 +0000
commita38d93df0439606a7c4e10ebd7ec097677c35d07 (patch)
treebf1c3008d9b564755564e8d35d6cf361c9569ffe /usr.sbin/gpioctl
parentkill redundant prototypes (diff)
downloadwireguard-openbsd-a38d93df0439606a7c4e10ebd7ec097677c35d07.tar.xz
wireguard-openbsd-a38d93df0439606a7c4e10ebd7ec097677c35d07.zip
amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r--usr.sbin/gpioctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile
index 434287f53dc..a2d8315afc2 100644
--- a/usr.sbin/gpioctl/Makefile
+++ b/usr.sbin/gpioctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2005/11/16 03:42:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2006/07/25 09:44:49 henning Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "macppc"
@@ -7,7 +7,7 @@ SRCS= gpioctl.c
CFLAGS+=-Wall
CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
-CLFAGS+=-Wmissing-declarations -Wredundant-decls
+CFLAGS+=-Wmissing-declarations -Wredundant-decls
CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual
.else