diff options
Diffstat (limited to 'usr.sbin/ospfctl/Makefile')
-rw-r--r-- | usr.sbin/ospfctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |