mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
userboot: use MK_CTF=no to disable CTF
The NO_ form (e.g. NO_CTF) is deprecated.
This commit is contained in:
parent
4c66acc9d7
commit
fa078c432f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ MAN=
|
|||
MK_SSP= no
|
||||
|
||||
SHLIB_NAME= userboot.so
|
||||
NO_CTF= yes
|
||||
MK_CTF= no
|
||||
STRIP=
|
||||
LIBDIR= /boot
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue