aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-18 14:23:11 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-18 14:23:11 +0000
commit419b10b514236641c29081439a46cbcce974e17d (patch)
treebf50e971a93d6edd82348a52498e3b3ba78eec41 /secure
parent6d7bd75a4e1455a10d9c414ac04842248ae97102 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 702270ed34680..84fb0890d5a69 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -203,6 +203,13 @@ SRCS+= v3_akey.c v3_akeya.c v3_alt.c v3_bcons.c v3_bitst.c \
INCS= ${HDRS} openssl/evp.h openssl/opensslconf.h
INCSDIR= ${INCLUDEDIR}/openssl
+OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a
+afterinstall:
+ @echo "Removing stale symlinks."
+.for symlink in ${OLDSYMLINKS}
+ rm -f ${LIBDIR}/${symlink}
+.endfor
+
.include <bsd.lib.mk>
.if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES