From a6c570880d0653202d3d6d1726ceb118754eb174 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 Mar 2000 19:33:13 +0000 Subject: Understand -DNOINET6 --- usr.sbin/ppp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/ppp/Makefile') 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 -- cgit v1.1