diff options
-rw-r--r-- | usr.sbin/bgpctl/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/dvmrpctl/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/gpioctl/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/ifstated/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/ospfctl/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile index 8ec9355eb68..25cf4afb97b 100644 --- a/usr.sbin/bgpctl/Makefile +++ b/usr.sbin/bgpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/01/03 22:51:13 claudio Exp $ +# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $ .PATH: ${.CURDIR}/../bgpd @@ -6,7 +6,7 @@ PROG= bgpctl SRCS= bgpctl.c parser.c buffer.c imsg.c util.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd diff --git a/usr.sbin/dvmrpctl/Makefile b/usr.sbin/dvmrpctl/Makefile index 63f027133a8..44dd54bdd14 100644 --- a/usr.sbin/dvmrpctl/Makefile +++ b/usr.sbin/dvmrpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/06/01 14:21:28 norby Exp $ +# $OpenBSD: Makefile,v 1.2 2006/07/25 09:44:49 henning Exp $ .PATH: ${.CURDIR}/../dvmrpd @@ -7,7 +7,7 @@ SRCS= buffer.c imsg.c log.c dvmrpctl.c parser.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../dvmrpd 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 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 diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile index 4bf7e988997..d86a32d5673 100644 --- a/usr.sbin/ifstated/Makefile +++ b/usr.sbin/ifstated/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2005/08/06 08:27:16 sturm Exp $ +# $OpenBSD: Makefile,v 1.7 2006/07/25 09:44:49 henning Exp $ PROG= ifstated SRCS= ifstated.c parse.y CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual YFLAGS= MAN= ifstated.8 ifstated.conf.5 diff --git a/usr.sbin/ospfctl/Makefile b/usr.sbin/ospfctl/Makefile index c5d1b2a6669..71e9bab701f 100644 --- a/usr.sbin/ospfctl/Makefile +++ b/usr.sbin/ospfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2005/01/28 14:18:46 claudio Exp $ +# $OpenBSD: Makefile,v 1.2 2006/07/25 09:44:49 henning Exp $ .PATH: ${.CURDIR}/../ospfd @@ -6,7 +6,7 @@ PROG= ospfctl SRCS= buffer.c imsg.c log.c ospfctl.c parser.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ospfd |