summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-18 16:07:33 +0000
committernectar <nectar@FreeBSD.org>2003-02-18 16:07:33 +0000
commitf1000a62830834e1b06f06d65ebf72197143d46f (patch)
tree106dea78247c6c04a1caa92e9102e5821b8218f0 /secure
parent8927a9197d24facda45ccfb22e8a113796262b23 (diff)
downloadFreeBSD-src-f1000a62830834e1b06f06d65ebf72197143d46f.zip
FreeBSD-src-f1000a62830834e1b06f06d65ebf72197143d46f.tar.gz
Follow-up to previous commit: we had a des.h symlink, too. Remove
that.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 84fb089..c93fc8f 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -206,6 +206,7 @@ INCSDIR= ${INCLUDEDIR}/openssl
OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a
afterinstall:
@echo "Removing stale symlinks."
+ rm -f ${INCLUDEDIR}/des.h
.for symlink in ${OLDSYMLINKS}
rm -f ${LIBDIR}/${symlink}
.endfor
OpenPOWER on IntegriCloud