diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-09-02 15:09:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-02 15:09:15 +0000 |
| commit | cb997c92206dfaa8a825dd5c78e339b0d3023d6e (patch) | |
| tree | 89efd0fd67a8b3e65431f320a5f18f74d41302c0 /lib/libcrypt/Makefile | |
| parent | 0f09aefa003cb17b560ef1295be0832efb958e4f (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
| -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 1ad2b9afc182..62c55e661e0b 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 1998/08/30 01:48:55 jb Exp $ +# $Id: Makefile,v 1.13 1998/08/30 02:43:45 jb Exp $ # LCRYPTBASE= libcrypt @@ -35,7 +35,7 @@ afterinstall: fi .endif .if !defined(NOPIC) && ${OBJFORMAT} == elf - @cd ${DESTDIR}${LIBDIR}; \ + @cd ${DESTDIR}${SHLIBDIR}; \ if [ ! -e ${LCRYPTBASE}.so ]; then \ rm -f ${LCRYPTBASE}.so; \ ln -s ${LSCRYPTBASE}.so libcrypt.so; \ |
