aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-12-29 13:57:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-12-29 13:57:31 +0000
commit1a75f3dd99e26730b0dc1d924a54d5230aee9d39 (patch)
treee8dc609c25953dde0884c1837196eb002e1a4c3c /Makefile.inc1
parent749daf9e05e9e68eadb64403ac71a17e0b82998a (diff)
downloadsrc-1a75f3dd99e26730b0dc1d924a54d5230aee9d39.tar.gz
src-1a75f3dd99e26730b0dc1d924a54d5230aee9d39.zip
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.
Notes
Notes: svn path=/head/; revision=55216
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 bfaf27ba678f..e886c47ef155 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