summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/Makefile
diff options
context:
space:
mode:
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 bf03b5cb008..70045b2d75d 100644
--- a/usr.sbin/bgpd/Makefile
+++ b/usr.sbin/bgpd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2003/12/22 00:10:33 henning Exp $
+# $OpenBSD: Makefile,v 1.6 2003/12/22 15:22:13 henning Exp $
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
+ rde.c rde_rib.c rde_decide.c rde_prefix.c mrt.c kroute.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls