summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-12-15 05:13:22 +0000
committershin <shin@FreeBSD.org>1999-12-15 05:13:22 +0000
commitf3539c3f234bbeee39e923c93b2b82cd54486bac (patch)
tree735cafb66a4f41af4479be87f568bfce6a9013d7 /usr.bin/netstat/Makefile
parent7f2fbeebfd18df5ef29278a53e3002471b8cf533 (diff)
downloadFreeBSD-src-f3539c3f234bbeee39e923c93b2b82cd54486bac.zip
FreeBSD-src-f3539c3f234bbeee39e923c93b2b82cd54486bac.tar.gz
Enable INET6 by default.
This should be OK on non INET6 enabled kernel.
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 78e80c7..ad7d824 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -12,6 +12,6 @@ BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH}
LDADD= -lkvm -lipx -lnetgraph
-#CFLAGS+= -DINET6
+CFLAGS+= -DINET6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud