From 0adde33f2928910064cac5c7d2cd7cc5569b0f9c Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 29 Dec 1999 13:33:54 +0000 Subject: Typo (libcrypto -> libcrypt). --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index e886c47..bfaf27b 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 -- cgit v1.1