diff options
Diffstat (limited to 'usr.sbin/ospf6ctl/Makefile')
-rw-r--r-- | usr.sbin/ospf6ctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6ctl/Makefile b/usr.sbin/ospf6ctl/Makefile index bcf7c48a2bb..44ef6ff5144 100644 --- a/usr.sbin/ospf6ctl/Makefile +++ b/usr.sbin/ospf6ctl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2010/05/26 16:44:32 nicm Exp $ +# $OpenBSD: Makefile,v 1.3 2012/10/21 21:30:44 bluhm Exp $ .PATH: ${.CURDIR}/../ospf6d PROG= ospf6ctl -SRCS= log.c ospf6ctl.c parser.c +SRCS= log.c ospf6ctl.c parser.c util.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual |