Allow ``make -DNOKLDLOAD''
This commit is contained in:
parent
fc3034ca7d
commit
735ce767c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user