diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-18 16:07:33 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-18 16:07:33 +0000 |
commit | f1000a62830834e1b06f06d65ebf72197143d46f (patch) | |
tree | 106dea78247c6c04a1caa92e9102e5821b8218f0 | |
parent | 8927a9197d24facda45ccfb22e8a113796262b23 (diff) | |
download | FreeBSD-src-f1000a62830834e1b06f06d65ebf72197143d46f.zip FreeBSD-src-f1000a62830834e1b06f06d65ebf72197143d46f.tar.gz |
Follow-up to previous commit: we had a des.h symlink, too. Remove
that.
-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 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 |