diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
commit | b5ed954f0faf008c86fd042e1cb34ea76fdbf500 (patch) | |
tree | 2ebf2f681e87e4bd2b8c3cae68fbd4bd6d22581a /net/openbgpd/files/patch-bgpctl_Makefile | |
parent | - Update to 3.70 (diff) |
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_Makefile')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_Makefile b/net/openbgpd/files/patch-bgpctl_Makefile new file mode 100644 index 000000000000..aa22b8ca803d --- /dev/null +++ b/net/openbgpd/files/patch-bgpctl_Makefile @@ -0,0 +1,15 @@ +--- bgpctl/Makefile 17 Aug 2006 16:46:38 -0000 1.7 ++++ bgpctl/Makefile 8 Feb 2007 10:32:19 -0000 +@@ -4,6 +4,7 @@ + + PROG= bgpctl + SRCS= bgpctl.c parser.c buffer.c imsg.c util.c ++SRCS+= fmt_scaled.c + CFLAGS+= -Wall + CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes + CFLAGS+= -Wmissing-declarations +Index: bgpctl.c +=================================================================== +RCS file: /cvs/src/usr.sbin/bgpctl/bgpctl.c,v +retrieving revision 1.110 +diff -u -p -r1.110 bgpctl.c |