Follow-up to previous commit: we had a des.h symlink, too. Remove

that.
This commit is contained in:
Jacques Vidrine 2003-02-18 16:07:33 +00:00
parent db6b8c956f
commit ba5637c376
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111085

View File

@ -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