aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-12-29 13:33:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-12-29 13:33:54 +0000
commit019d7e0fc5858b6cd85405feb868f71676cdda1a (patch)
treeaa3226d706f7a315a6b8b9229e47cdda9c056e6f /Makefile.inc1
parentf88e599fcbad00bffadfbca318406b846009db80 (diff)
downloadsrc-019d7e0fc5858b6cd85405feb868f71676cdda1a.tar.gz
src-019d7e0fc5858b6cd85405feb868f71676cdda1a.zip
Typo (libcrypto -> libcrypt).
Notes
Notes: svn path=/head/; revision=55214
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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