summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 12:46:17 +0000
committerru <ru@FreeBSD.org>2001-03-26 12:46:17 +0000
commitf2a28122a4e1621aba95eb9a33bd52cb31bb2513 (patch)
tree92e2b935ecf35dca4b31fedad2c747e25e447a8a /Makefile.inc1
parentd38c3464d1d939d7acdfa8777d6b4311d7cc82d1 (diff)
downloadFreeBSD-src-f2a28122a4e1621aba95eb9a33bd52cb31bb2513.zip
FreeBSD-src-f2a28122a4e1621aba95eb9a33bd52cb31bb2513.tar.gz
Add missing NOSECURE check for `includes' target.
Reviewed by: markm
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 362ff14..b1938d7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud