summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-12-29 13:33:54 +0000
committerasami <asami@FreeBSD.org>1999-12-29 13:33:54 +0000
commit0adde33f2928910064cac5c7d2cd7cc5569b0f9c (patch)
tree3f0df1d894be49e8a1f053615c9b802e781c4d01 /Makefile.inc1
parent801480af69863ffbeaa524f311d9ec52626d3740 (diff)
downloadFreeBSD-src-0adde33f2928910064cac5c7d2cd7cc5569b0f9c.zip
FreeBSD-src-0adde33f2928910064cac5c7d2cd7cc5569b0f9c.tar.gz
Typo (libcrypto -> libcrypt).
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 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
OpenPOWER on IntegriCloud