ports/net/openbgpd/files/patch-bgpd_Makefile
Florent Thoumie 10863a75b8 - Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.
Credits to:	Lukasz Bromirski <lukasz@bromirski.net>
2005-05-17 14:46:42 +00:00

14 lines
435 B
Text

$FreeBSD$
--- bgpd/Makefile.orig
+++ bgpd/Makefile
@@ -5,7 +5,7 @@
PROG= bgpd
SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \
rde.c rde_rib.c rde_decide.c rde_prefix.c mrt.c kroute.c \
- control.c pfkey.c rde_update.c rde_attr.c printconf.c \
+ control.c pfkey_compat.c rde_update.c rde_attr.c printconf.c \
rde_filter.c pftable.c
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes