diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-19 03:46:10 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-19 03:46:10 +0000 |
| commit | 55e031ccadc718142e929d453b87412c0460ff0b (patch) | |
| tree | cb134cfadf7b67ba14983712001b63edb14ace98 /secure | |
| parent | de0e3997d9f8f1d857da7e9c179548dbf294ebcf (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 8 |
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" |
