diff options
author | peter <peter@FreeBSD.org> | 1998-05-28 12:52:03 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-05-28 12:52:03 +0000 |
commit | 51a620d9c612af9105a48dadf8710af4a7f5b221 (patch) | |
tree | 102e4bc60aaba771b9276abe9a4087fe27480180 /lib/libcrypt | |
parent | c31bdd1317fdea748f1700a97c3c766cc7976273 (diff) | |
download | FreeBSD-src-51a620d9c612af9105a48dadf8710af4a7f5b221.zip FreeBSD-src-51a620d9c612af9105a48dadf8710af4a7f5b221.tar.gz |
Turn on the rcsid storage so that it's easier to tell the difference
between libscrypt.a and libdescrypt.a
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 953f9d0..afe4c0c 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1997/02/22 15:06:14 peter Exp $ +# $Id: Makefile,v 1.10 1997/09/05 12:12:35 peter Exp $ # LCRYPTBASE= libcrypt @@ -17,7 +17,7 @@ LSCRYPTSO= ${LSCRYPTBASE}.so.${SHLIB_MAJOR} .PATH: ${.CURDIR}/../libmd LIB= scrypt SRCS= crypt.c md5c.c -CFLAGS+= -I${.CURDIR}/../libmd +CFLAGS+= -I${.CURDIR}/../libmd -DLIBC_SCCS .if ${BINFORMAT} == elf SONAME= ${LCRYPTBASE}.so.${SHLIB_MAJOR} |