diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2012-10-21 21:30:45 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2012-10-21 21:30:45 +0000 |
commit | 08d7be14c3ac91912896b04f4e019e2f49c86a79 (patch) | |
tree | 7173e829794991b92c011c5e7f04a4dbbcc89a8e /usr.sbin/ospf6ctl/Makefile | |
parent | c365a158c76fa0c425b372788be56fd4fe9b07f5 (diff) |
Move common ospf6d functions for ipv6 address manipulation into
util.c to reuse them in ospf6ctl.
OK claudio@
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 |