diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
| commit | 8deb7ff0b0393b45f5e77e90c23f2ba28402e179 (patch) | |
| tree | 01434abd81526eb1cd5755278805df6453c1e290 /lib/libcrypt | |
| parent | a804ec2201026a8b2eae0037e231c75457592ec0 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index afe4c0c851af..36bf6e84cefc 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.10 1997/09/05 12:12:35 peter Exp $ +# $Id: Makefile,v 1.11 1998/05/28 12:52:03 peter Exp $ # LCRYPTBASE= libcrypt @@ -19,7 +19,7 @@ LIB= scrypt SRCS= crypt.c md5c.c CFLAGS+= -I${.CURDIR}/../libmd -DLIBC_SCCS -.if ${BINFORMAT} == elf +.if ${OBJFORMAT} == elf SONAME= ${LCRYPTBASE}.so.${SHLIB_MAJOR} .endif |
