summaryrefslogtreecommitdiffstats
path: root/sbin/routed/rtquery/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/rtquery/Makefile')
-rw-r--r--sbin/routed/rtquery/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index adc9d15..d371d5d 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -1,10 +1,11 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
+# Make `routed` tools for BSD/OS
+# $Revision: 2.15 $
# $Id$
PROG= rtquery
MAN8= rtquery.8
LDADD+= -lmd
DPADD+= ${LIBMD}
-#COPTS= -g -DDEBUG -Wall
+#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud