aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-09-22 00:44:45 +0000
committerBrian Somers <brian@FreeBSD.org>1999-09-22 00:44:45 +0000
commit735ce767c781bc19d64ef39712bad7c28f16ed08 (patch)
treef7e514d941264b471a419b148af326c3f1fdc41a /usr.sbin/ppp
parentfc3034ca7d6516ccdd952217b34e8a1cc8654650 (diff)
downloadsrc-735ce767c781bc19d64ef39712bad7c28f16ed08.tar.gz
src-735ce767c781bc19d64ef39712bad7c28f16ed08.zip
Allow ``make -DNOKLDLOAD''
Notes
Notes: svn path=/head/; revision=51526
Diffstat (limited to 'usr.sbin/ppp')
-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 aeef93343cab..0c565c56386e 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