summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-12-28 16:22:50 +0000
committerkris <kris@FreeBSD.org>1999-12-28 16:22:50 +0000
commita6192db1b55e4fa903077ab7a635dac5dd43a153 (patch)
tree7ca4e072a5ab08e68048b3c50ad533eec38c66dc /Makefile.inc1
parent4e45fd34493f7dae6d001a4801f163c4a9119684 (diff)
downloadFreeBSD-src-a6192db1b55e4fa903077ab7a635dac5dd43a153.zip
FreeBSD-src-a6192db1b55e4fa903077ab7a635dac5dd43a153.tar.gz
Build openssl properly during make world.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c91c1ed..e886c47 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -187,7 +187,8 @@ USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
USRDIRS+= usr/libexec/aout
.endif
-INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc security ss
+INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc openssl \
+ security ss
#
# buildworld
@@ -472,7 +473,9 @@ includes:
cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
+ cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
+ cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
.endif
.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS4)
OpenPOWER on IntegriCloud