From 77f7f98e06db2a573f1d88419542d148554611f7 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 3 Oct 2015 16:24:20 +0000 Subject: MFC r287981: Replace afterinstall: hack from r111083 with 'make delete-old' functionality. --- secure/lib/libcrypto/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'secure/lib/libcrypto/Makefile') diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 330b08f..d0b2120 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -402,14 +402,6 @@ opensslconf.h: opensslconf-${MACHINE_CPUARCH}.h .endif cp -f ${.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 .if ${MACHINE_CPUARCH} == "amd64" -- cgit v1.1