diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-21 22:13:07 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-21 22:13:07 +0000 |
| commit | e267a66620d8787cb1e738dbee193cfddc66bd3b (patch) | |
| tree | bec87008dec8859e8b6b6d6c07cb456f06ca27f3 /secure/lib/libcrypt | |
| parent | dd14a64ec25db4179a5eafe24d587970891b23a0 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt')
| -rw-r--r-- | secure/lib/libcrypt/Makefile | 2 |
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 |
