Allow ``make -DNOKLDLOAD''

This commit is contained in:
Brian Somers 1999-09-22 00:44:45 +00:00
parent fc3034ca7d
commit 735ce767c7

View File

@ -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