summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2017-01-23 23:37:21 +0000
committerclaudio <claudio@openbsd.org>2017-01-23 23:37:21 +0000
commit16d68bde32512f3ef79e0f70a46f52684b29b92b (patch)
treed77185d4b8a81c79f1641f0f4520bb9301c14053
parentcleanup log* functions that break with bgpd reacharound (diff)
downloadwireguard-openbsd-16d68bde32512f3ef79e0f70a46f52684b29b92b.tar.xz
wireguard-openbsd-16d68bde32512f3ef79e0f70a46f52684b29b92b.zip
Kill the timer.c reacharound it is not needed.
-rw-r--r--usr.sbin/bgpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile
index b3591eb1afd..99bd37665d6 100644
--- a/usr.sbin/bgpctl/Makefile
+++ b/usr.sbin/bgpctl/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.12 2011/09/21 10:37:51 claudio Exp $
+# $OpenBSD: Makefile,v 1.13 2017/01/23 23:37:21 claudio Exp $
.PATH: ${.CURDIR}/../bgpd
PROG= bgpctl
-SRCS= bgpctl.c parser.c util.c timer.c
+SRCS= bgpctl.c parser.c util.c
SRCS+= irrfilter.c whois.c irr_asset.c irr_prefix.c irr_output.c
SRCS+= irr_parser.c mrtparser.c
CFLAGS+= -Wall