diff options
author | 2017-01-23 23:37:21 +0000 | |
---|---|---|
committer | 2017-01-23 23:37:21 +0000 | |
commit | 16d68bde32512f3ef79e0f70a46f52684b29b92b (patch) | |
tree | d77185d4b8a81c79f1641f0f4520bb9301c14053 | |
parent | cleanup log* functions that break with bgpd reacharound (diff) | |
download | wireguard-openbsd-16d68bde32512f3ef79e0f70a46f52684b29b92b.tar.xz wireguard-openbsd-16d68bde32512f3ef79e0f70a46f52684b29b92b.zip |
Kill the timer.c reacharound it is not needed.
-rw-r--r-- | usr.sbin/bgpctl/Makefile | 4 |
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 |