aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-18 16:07:33 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-18 16:07:33 +0000
commitba5637c3769ee086330d745be9f878eb4411dad0 (patch)
tree106dea78247c6c04a1caa92e9102e5821b8218f0 /secure
parentdb6b8c956f841de4ba469de06f4628475b916c2a (diff)
Notes
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 84fb0890d5a69..c93fc8f90b76f 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