summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-22 20:14:13 +0000
committerache <ache@FreeBSD.org>1995-10-22 20:14:13 +0000
commitcefb9133fd9ebfa6eb31fc35cbc4a39bb56b815a (patch)
treea070f3e7382676e435b27229a0cdcd831fecda94 /bin/Makefile.inc
parenta92bdda05ddd02eea3a1e606ad7b917674750837 (diff)
downloadFreeBSD-src-cefb9133fd9ebfa6eb31fc35cbc4a39bb56b815a.zip
FreeBSD-src-cefb9133fd9ebfa6eb31fc35cbc4a39bb56b815a.tar.gz
Wrong library was picked by ed
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 00b7d83..5e19e78 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -5,10 +5,10 @@ NOSHARED?= YES
.if exists (${.CURDIR}/../../secure)
-.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
-CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
+.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
+CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj
.else
-CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
+CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher
.endif
.endif
OpenPOWER on IntegriCloud