summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-12-29 14:18:51 +0000
committerkris <kris@FreeBSD.org>1999-12-29 14:18:51 +0000
commit021d498c3e9206f35ec11a35dec3154279cc158b (patch)
tree67c2b574b08ba1969f0f9241807af8561de2ff4d /Makefile.inc1
parent430cfc4accd2a02506050bda0a58e327c6d9e477 (diff)
downloadFreeBSD-src-021d498c3e9206f35ec11a35dec3154279cc158b.zip
FreeBSD-src-021d498c3e9206f35ec11a35dec3154279cc158b.tar.gz
Only make beforeinstall in libcrypto/libssl if they actually exist. I haven't
imported these on Freefall yet for the reasons previously explained. Noticed by: asami
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 e886c47..3ae4653 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -473,10 +473,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