aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/routed/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-09-16 16:56:00 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-09-16 16:56:00 +0000
commit1c7ee7bf5251a5a5b3f78ad181a55acf38cff69a (patch)
treeed286bb6211bca3d82711f7f30bb44234497ea38 /usr.sbin/routed/Makefile
parent322bab890f963c729d36183a6645c3e70b4cea2b (diff)
downloadsrc-1c7ee7bf5251a5a5b3f78ad181a55acf38cff69a.tar.gz
src-1c7ee7bf5251a5a5b3f78ad181a55acf38cff69a.zip
Delete old routed(8).
Notes
Notes: svn path=/head/; revision=18321
Diffstat (limited to 'usr.sbin/routed/Makefile')
-rw-r--r--usr.sbin/routed/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/routed/Makefile b/usr.sbin/routed/Makefile
deleted file mode 100644
index b17fd70ab04b..000000000000
--- a/usr.sbin/routed/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
-# $Id$
-
-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
-#COPTS= -g -DDEBUG -Wall
-
-.include <bsd.prog.mk>