summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpctl/Makefile')
-rw-r--r--usr.sbin/bgpctl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile
index 0ed3be67547..71ace1ba13f 100644
--- a/usr.sbin/bgpctl/Makefile
+++ b/usr.sbin/bgpctl/Makefile
@@ -1,9 +1,11 @@
-# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2007/03/03 11:45:30 henning Exp $
.PATH: ${.CURDIR}/../bgpd
PROG= bgpctl
SRCS= bgpctl.c parser.c buffer.c imsg.c util.c
+SRCS+= irrfilter.c whois.c irr_asset.c irr_prefix.c irr_output.c
+SRCS+= irr_parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations