summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-03-14 19:33:13 +0000
committerbrian <brian@FreeBSD.org>2000-03-14 19:33:13 +0000
commita6c570880d0653202d3d6d1726ceb118754eb174 (patch)
tree2f909f00485ba5ff0a15096b224f57ffab92cf4b /usr.sbin/ppp/Makefile
parent296524942dc068fe07dc9fcde49c98a20b6c3416 (diff)
downloadFreeBSD-src-a6c570880d0653202d3d6d1726ceb118754eb174.zip
FreeBSD-src-a6c570880d0653202d3d6d1726ceb118754eb174.tar.gz
Understand -DNOINET6
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 7aed76e..fda3c44 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -23,6 +23,10 @@ CFLAGS+=-DRELEASE_CRUNCH
CFLAGS+=-DNOKLDLOAD
.endif
+.if defined(NOINET6)
+CFLAGS+=-DNOINET6
+.endif
+
.if defined(NOALIAS) || defined(NONAT)
CFLAGS+=-DNONAT
.else
OpenPOWER on IntegriCloud