From a38d93df0439606a7c4e10ebd7ec097677c35d07 Mon Sep 17 00:00:00 2001 From: henning Date: Tue, 25 Jul 2006 09:44:49 +0000 Subject: amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread (and how long it went unnoticed) From: Alexey Dobriyan --- usr.sbin/hotplugd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/hotplugd') diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index d866e788a3b..0a262e3ad4b 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/06/06 00:01:50 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "i386" || \ @@ -10,7 +10,7 @@ SRCS= hotplugd.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 -- cgit v1.2.3-59-g8ed1b