summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-21 22:13:07 +0000
committermarkm <markm@FreeBSD.org>1999-09-21 22:13:07 +0000
commit227027e9978c1e9aada6ef823c687b00c69e6436 (patch)
treebf22091c944e20ca6000287da55498a392390de8 /secure/lib/libcrypt
parent0104ffca0edf8bbb494d4650a545f9f4721cdbe1 (diff)
downloadFreeBSD-src-227027e9978c1e9aada6ef823c687b00c69e6436.zip
FreeBSD-src-227027e9978c1e9aada6ef823c687b00c69e6436.tar.gz
Colour me stupid. This is a better way of using the macros.
Diffstat (limited to 'secure/lib/libcrypt')
-rw-r--r--secure/lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index d96ec2c..8cd4eea 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -12,7 +12,7 @@ LCRYPTSO= ${LCRYPTBASE}.so.${SHLIB_MAJOR}
LSCRYPTSO= ${LSCRYPTBASE}.so.${SHLIB_MAJOR}
.if ${OBJFORMAT} == elf
-SONAME= ${LCRYPTBASE}.so.${SHLIB_MAJOR}
+SONAME= ${LCRYPTSO}
.endif
.PATH: ${.CURDIR}/../../../lib/libmd ${.CURDIR}/../../../lib/libcrypt
OpenPOWER on IntegriCloud