summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/Makefile
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-28 15:03:34 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-28 15:03:34 +0000
commit39a9e425075971f0ea56cca7ccac92c64b8f8a8e (patch)
tree076934ea967a67637d648e6b628116353a3444dc /usr.sbin/bgpd/Makefile
parent542f6cafd3234a53a4fed511e94902355ec9792c (diff)
free rules_l if the initial config file parse fails
Diffstat (limited to 'usr.sbin/bgpd/Makefile')
-rw-r--r--usr.sbin/bgpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile
index 83ddc5d5e63..0d4b9127b5c 100644
--- a/usr.sbin/bgpd/Makefile
+++ b/usr.sbin/bgpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2004/11/11 16:59:47 claudio Exp $
+# $OpenBSD: Makefile,v 1.21 2005/03/28 15:03:33 henning Exp $
.PATH: ${.CURDIR}/..
@@ -6,7 +6,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 \
- rde_filter.c pftable.c
+ rde_filter.c pftable.c leak.c
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations