aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-21 22:13:07 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-21 22:13:07 +0000
commite267a66620d8787cb1e738dbee193cfddc66bd3b (patch)
treebec87008dec8859e8b6b6d6c07cb456f06ca27f3 /secure/lib/libcrypt
parentdd14a64ec25db4179a5eafe24d587970891b23a0 (diff)
Notes
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 d96ec2cbe5d9..8cd4eea64742 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