summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/Makefile
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-22 15:22:14 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-22 15:22:14 +0000
commit8bf106b1a4b4a55b7cf4993e3f59b2b74a7353ca (patch)
treed78c8c154a4a51a81f6c602e4a169261ff8c1ca1 /usr.sbin/bgpd/Makefile
parentd2f8ab4ead6fe5b17cf257e66cfef141f0989799 (diff)
o add low-level functions for adding/chaining/removing kernel routes
o define new imsg types for this o process these imsgs in the parent process now "only" debugging and the rde sending these messages is missing. ok claudio@
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