aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-29 14:47:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-29 14:47:00 +0000
commita886640d01ff1deee759567098ceed23b566c14c (patch)
tree4d935eefc0f35ff6df376a1a6b3d130ca0c1f059 /Makefile.inc1
parent253745e1fcdf59096ca0ba95817be35571ceba24 (diff)
downloadsrc-a886640d01ff1deee759567098ceed23b566c14c.tar.gz
src-a886640d01ff1deee759567098ceed23b566c14c.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f68c2a9b14a8..cd10435188cd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -474,10 +474,14 @@ includes:
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/lib/libcrypto)
cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
+.endif
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
+.if exists(${.CURDIR}/secure/lib/libssl)
cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
.endif
+.endif
.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS4)
cd ${.CURDIR}/kerberosIV/lib/libacl; ${MAKE} beforeinstall