diff options
Diffstat (limited to 'usr.sbin/ospf6ctl/Makefile')
-rw-r--r-- | usr.sbin/ospf6ctl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ospf6ctl/Makefile b/usr.sbin/ospf6ctl/Makefile index 26d128b7e49..bcf7c48a2bb 100644 --- a/usr.sbin/ospf6ctl/Makefile +++ b/usr.sbin/ospf6ctl/Makefile @@ -1,14 +1,16 @@ -# $OpenBSD: Makefile,v 1.1 2007/10/12 08:22:53 norby Exp $ +# $OpenBSD: Makefile,v 1.2 2010/05/26 16:44:32 nicm Exp $ .PATH: ${.CURDIR}/../ospf6d PROG= ospf6ctl -SRCS= buffer.c imsg.c log.c ospf6ctl.c parser.c +SRCS= log.c ospf6ctl.c parser.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ospf6d +LDADD= -lutil +DPADD= ${LIBUTIL} MAN= ospf6ctl.8 .include <bsd.prog.mk> |