aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/routed/Makefile
diff options
context:
space:
mode:
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>