summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-22 00:44:45 +0000
committerbrian <brian@FreeBSD.org>1999-09-22 00:44:45 +0000
commit672be93090a198b13edea08617055f2fc7533a3a (patch)
tree9099081dd04c780d2a555b05c7b34aceba33876b /usr.sbin/ppp/Makefile
parent531472ba31cba86db696789d70af350ac50faa0c (diff)
downloadFreeBSD-src-672be93090a198b13edea08617055f2fc7533a3a.zip
FreeBSD-src-672be93090a198b13edea08617055f2fc7533a3a.tar.gz
Allow ``make -DNOKLDLOAD''
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 aeef933..0c565c5 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -21,6 +21,10 @@ MAN8= ppp.8
CFLAGS+=-DRELEASE_CRUNCH
.endif
+.if defined(NOKLDLOAD)
+CFLAGS+=-DNOKLDLOAD
+.endif
+
.if defined(NOALIAS) || defined(NONAT)
CFLAGS+=-DNONAT
.else
OpenPOWER on IntegriCloud