mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Typo (libcrypto -> libcrypt).
This commit is contained in:
parent
f88e599fcb
commit
019d7e0fc5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55214
@ -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/libcrypto; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/secure/lib/libcrypt; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user