From e267a66620d8787cb1e738dbee193cfddc66bd3b Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 21 Sep 1999 22:13:07 +0000 Subject: [PATCH] Colour me stupid. This is a better way of using the macros. --- secure/lib/libcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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