aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-29 05:47:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-29 05:47:52 +0000
commit06f13592e1159eddacf4ed78d8ea929f551c172a (patch)
tree34f79c068924a993cca41ba455535cf462bec0ce /secure/lib/libcrypt
parent44b0af2592e0e205ad56a914bfe034854f16a013 (diff)
Notes
Diffstat (limited to 'secure/lib/libcrypt')
-rw-r--r--secure/lib/libcrypt/Makefile2
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