diff options
-rw-r--r-- | usr.sbin/bgpctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile index 25cf4afb97b..6a9c38fab1c 100644 --- a/usr.sbin/bgpctl/Makefile +++ b/usr.sbin/bgpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $ +# $OpenBSD: Makefile,v 1.7 2006/08/17 16:46:38 claudio 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 -CFLAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd |