summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-05-02 13:14:16 +0000
committermarkm <markm@FreeBSD.org>1999-05-02 13:14:16 +0000
commitc74fc4e83b599157005f6adfcfebde46851bd0d4 (patch)
treee8f3c95ddb4dcfbbc332816196635e042e72873b /sbin/routed/Makefile
parenta60c9cfa3a8359247f7ca33b3ebc8574c5c7194a (diff)
downloadFreeBSD-src-c74fc4e83b599157005f6adfcfebde46851bd0d4.zip
FreeBSD-src-c74fc4e83b599157005f6adfcfebde46851bd0d4.tar.gz
Merge-o-matic and add a bunch of $Id's
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index c2187c6..fb8c3de 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,13 +1,13 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
-# $Id$
+# Make `routed` for FreeBSD
+# $Revision: 2.15 $
+# $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
-LDADD+= -lmd
-DPADD+= ${LIBMD}
-#COPTS= -g -DDEBUG -Wall
+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 -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud