summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-21 17:57:09 +0000
committermarkm <markm@FreeBSD.org>1999-09-21 17:57:09 +0000
commit6274ea174b4c4e2f766e15e1b6fd58c3258ff595 (patch)
tree5528e467eeb1fefcdc23ce43df14ab64e8264fb8 /secure
parentef28ba9c14b840bf927f9f60df0bd078fbb4e871 (diff)
downloadFreeBSD-src-6274ea174b4c4e2f766e15e1b6fd58c3258ff595.zip
FreeBSD-src-6274ea174b4c4e2f766e15e1b6fd58c3258ff595.tar.gz
Do this the same way as Internat to reduce diffs.
Diffstat (limited to 'secure')
-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 8cd4eea..d96ec2c 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= ${LCRYPTSO}
+SONAME= ${LCRYPTBASE}.so.${SHLIB_MAJOR}
.endif
.PATH: ${.CURDIR}/../../../lib/libmd ${.CURDIR}/../../../lib/libcrypt
OpenPOWER on IntegriCloud