mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing NOSECURE check for `includes' target.
Reviewed by: markm
This commit is contained in:
parent
602ef63172
commit
aeebb4e76d
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ includes:
|
|||
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
|
||||
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
|
||||
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
.if exists(${.CURDIR}/secure/lib/libcrypto)
|
||||
cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue