mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Allow ``make -DNOKLDLOAD''
This commit is contained in:
parent
fc3034ca7d
commit
735ce767c7
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue