aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/routed/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-07-22 21:13:08 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-07-22 21:13:08 +0000
commit503129209f59159c1698de002606dab50a7287fc (patch)
tree76ac76181bb210c5a4488a1244d5998d8e11e83c /usr.sbin/routed/Makefile
parent3803d862913fdccab6e21b3a99be82f8b62544a8 (diff)
downloadsrc-503129209f59159c1698de002606dab50a7287fc.tar.gz
src-503129209f59159c1698de002606dab50a7287fc.zip
Merge from vendor branch. The rttrace program is gone (subsumed by rtquery).
There is a new routed.h which wil be imported separately.
Notes
Notes: svn path=/head/; revision=17252
Diffstat (limited to 'usr.sbin/routed/Makefile')
-rw-r--r--usr.sbin/routed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/routed/Makefile b/usr.sbin/routed/Makefile
index 7436a2896d11..594a05059d75 100644
--- a/usr.sbin/routed/Makefile
+++ b/usr.sbin/routed/Makefile
@@ -3,6 +3,6 @@
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN8= routed.8
-SUBDIR= rtquery rttrace
+SUBDIR= rtquery
.include <bsd.prog.mk>