mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
14 lines
435 B
Text
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
|