summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
new file mode 100644
index 0000000..4d6ea8f
--- /dev/null
+++ b/sbin/routed/Makefile
@@ -0,0 +1,13 @@
+# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
+# $Id: Makefile,v 1.2 1996/09/16 17:03:27 wollman Exp $
+
+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
+LDADD+= -lmd
+DPADD+= ${LIBMD}
+#COPTS= -g -DDEBUG -Wall
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud