diff --git a/Makefile.inc1 b/Makefile.inc1 index e886c47ef155..bfaf27ba678f 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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