summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/Makefile
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-01-03 22:51:15 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-01-03 22:51:15 +0000
commit5c8a42afadc988c6eb549ec4826d92f7db1ab41d (patch)
treec9ac796cf1b917764affc02518acb9e273459988 /usr.sbin/bgpctl/Makefile
parentb7edfa3948e4771e4f64dfa20a7d3416b0b86f2c (diff)
Show RIB statistics via "bgpctl show rib mem".
Diffstat (limited to 'usr.sbin/bgpctl/Makefile')
-rw-r--r--usr.sbin/bgpctl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile
index 38e2c973d9a..8ec9355eb68 100644
--- a/usr.sbin/bgpctl/Makefile
+++ b/usr.sbin/bgpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2006/01/03 22:20:59 claudio Exp $
+# $OpenBSD: Makefile,v 1.5 2006/01/03 22:51:13 claudio Exp $
.PATH: ${.CURDIR}/../bgpd
@@ -11,5 +11,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd
MAN= bgpctl.8
+LDADD= -lutil
.include <bsd.prog.mk>