aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 12:46:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 12:46:17 +0000
commitaeebb4e76d0f2c17474fa9e94df51d546bc11240 (patch)
treece71b000a22e426bb1f34ee57587e0d9efac44fc
parent602ef631729d5d1eb9892ca0fe915c1b8749d7cd (diff)
Notes
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 362ff140e9431..b1938d7460b9b 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