diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-18 16:07:33 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-18 16:07:33 +0000 |
| commit | ba5637c3769ee086330d745be9f878eb4411dad0 (patch) | |
| tree | 106dea78247c6c04a1caa92e9102e5821b8218f0 /secure | |
| parent | db6b8c956f841de4ba469de06f4628475b916c2a (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 1 |
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 |
