summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-12-29 13:57:31 +0000
committerasami <asami@FreeBSD.org>1999-12-29 13:57:31 +0000
commit430cfc4accd2a02506050bda0a58e327c6d9e477 (patch)
treef202908a19e4512c0bbfe6ee8afbfd8a5c6bba3c /Makefile.inc1
parenta40df25abfe506d75d925d8c890834eb094c1172 (diff)
downloadFreeBSD-src-430cfc4accd2a02506050bda0a58e327c6d9e477.zip
FreeBSD-src-430cfc4accd2a02506050bda0a58e327c6d9e477.tar.gz
Oops, the previous commit was bogus. I shouldn't commit something without
reading all my mail. I still don't understand why this was was committed on freefall before the libcrypto and libssl subdirectories were imported on freefall though.
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 bfaf27b..e886c47 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/libcrypt; ${MAKE} beforeinstall
+ cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
.endif
OpenPOWER on IntegriCloud