aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-19 03:46:10 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-19 03:46:10 +0000
commit55e031ccadc718142e929d453b87412c0460ff0b (patch)
treecb134cfadf7b67ba14983712001b63edb14ace98 /secure
parentde0e3997d9f8f1d857da7e9c179548dbf294ebcf (diff)
Notes
Diffstat (limited to 'secure')
-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 dbe2157ec0b4..4c396a043c52 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"