summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-29 14:47:00 +0000
committerobrien <obrien@FreeBSD.org>1999-12-29 14:47:00 +0000
commit383cb3575ca956c99535f199b7697e0cb3a5f5b0 (patch)
tree6f54b9fb725ba15e8e06df0e7b7071caa835c252 /Makefile.inc1
parentc34ec3d7dad898b9f7f570f7d28f331bd6218335 (diff)
downloadFreeBSD-src-383cb3575ca956c99535f199b7697e0cb3a5f5b0.zip
FreeBSD-src-383cb3575ca956c99535f199b7697e0cb3a5f5b0.tar.gz
Restore changes I spammed.
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 f68c2a9..cd10435 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
OpenPOWER on IntegriCloud