aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 56679e1fd5ab..e581d8ccc079 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,9 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $FreeBSD$
PROG= route
MAN8= route.8
SRCS= route.c keywords.h
CFLAGS+=-I. -Wall -DNS
+#CFLAGS+=-DINET6
CLEANFILES+=keywords.h
BINMODE=4555