summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-03-11 17:19:37 +0000
committerobrien <obrien@FreeBSD.org>2003-03-11 17:19:37 +0000
commit351221da0dae1bd83fe020d21159b0b32217cd95 (patch)
treea0a55719c115fd501436b5d69033734e7c24c0d4 /secure
parent62238aca8dc63cc92b3a4f08af7525d57c8cab89 (diff)
downloadFreeBSD-src-351221da0dae1bd83fe020d21159b0b32217cd95.zip
FreeBSD-src-351221da0dae1bd83fe020d21159b0b32217cd95.tar.gz
Back out rev 1.60, taking the pointy hat away from nectar as 'rm -f'
doesn't need to be prefixed with '-'. Keep the pointy hat for myself for not reading the code closely.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index a6078ed..a8fe551 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>
OpenPOWER on IntegriCloud