diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-10 19:43:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-10 19:43:56 +0000 |
| commit | 167cec7565cda4e4da0ad43a9c368b22a7b1ebf6 (patch) | |
| tree | a06a30645f3af940b6dc29764c8a884dc618a35e | |
| parent | d3c11994e1e3de7445305abd0d41dce2b8d3e6dc (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index a8fe551856a8..a6078ed87398 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -271,9 +271,9 @@ evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a afterinstall: @echo "Removing stale symlinks." - rm -f ${DESTDIR}${INCLUDEDIR}/des.h + -rm -f ${DESTDIR}${INCLUDEDIR}/des.h .for symlink in ${OLDSYMLINKS} - rm -f ${DESTDIR}${LIBDIR}/${symlink} + -rm -f ${DESTDIR}${LIBDIR}/${symlink} .endfor .include <bsd.lib.mk> |
