diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-29 05:47:52 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-29 05:47:52 +0000 |
| commit | 06f13592e1159eddacf4ed78d8ea929f551c172a (patch) | |
| tree | 34f79c068924a993cca41ba455535cf462bec0ce /secure/lib/libcrypt | |
| parent | 44b0af2592e0e205ad56a914bfe034854f16a013 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt')
| -rw-r--r-- | secure/lib/libcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index c525009e0d0f..0721f5548cd1 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -50,6 +50,7 @@ SYMLINKS+= ${LSCRYPTBASE}.so ${SHLIBDIR}/${LCRYPTBASE}.so .include <bsd.lib.mk> afterinstall: +.if !defined(NODESCRYPTLINKS) .if !defined(NOPIC) @cd ${DESTDIR}${SHLIBDIR}; \ rm -f ${LCRYPTSO}; \ @@ -68,3 +69,4 @@ afterinstall: rm -f ${LCRYPTBASE}_p.a; \ ln -sf ${LSCRYPTBASE}_p.a libcrypt_p.a .endif +.endif |
