summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-19 03:46:10 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-19 03:46:10 +0000
commit8150777448e765815fbaf9a4ca3d64d5604f41fd (patch)
treecb134cfadf7b67ba14983712001b63edb14ace98 /secure/lib
parentdeb97713e003a627c3372748f02d703d89e62128 (diff)
downloadFreeBSD-src-8150777448e765815fbaf9a4ca3d64d5604f41fd.zip
FreeBSD-src-8150777448e765815fbaf9a4ca3d64d5604f41fd.tar.gz
Replace afterinstall: hack from r111083 with 'make delete-old' functionality.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index dbe2157..4c396a0 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -402,14 +402,6 @@ opensslconf.h: opensslconf-${MACHINE_CPUARCH}.h
.endif
${CP} ${.ALLSRC} ${.TARGET}
-OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a
-afterinstall:
- @${ECHO} "Removing stale symlinks."
- rm -f ${DESTDIR}${INCLUDEDIR}/des.h
-.for symlink in ${OLDSYMLINKS}
- rm -f ${DESTDIR}${LIBDIR}/${symlink}
-.endfor
-
.include <bsd.lib.mk>
.if ${MACHINE_CPUARCH} == "amd64"
OpenPOWER on IntegriCloud