Oops, the previous commit was bogus. I shouldn't commit something without

reading all my mail.

I still don't understand why this was was committed on freefall before
the libcrypto and libssl subdirectories were imported on freefall though.
This commit is contained in:
Satoshi Asami 1999-12-29 13:57:31 +00:00
parent 749daf9e05
commit 1a75f3dd99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55216

View File

@ -473,7 +473,7 @@ 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/libcrypt; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
.endif