Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/share/mk/bsd.lib.mk 1993/04/08 14:02:00 1.5 +++ src/share/mk/bsd.lib.mk 1993/04/08 14:10:30 1.6 @@ -101,7 +101,7 @@ depend: .depend .if !target(beforeinstall) beforeinstall: @if [ ! -d ${DESTDIR}${LIBDIR} ]; then \ - /bin/rm ${DESTDIR}${LIBDIR} ; \ + /bin/rm -f ${DESTDIR}${LIBDIR} ; \ mkdir -p ${DESTDIR}${LIBDIR} ; \ chown root.wheel ${DESTDIR}${LIBDIR} ; \ chmod 755 ${DESTDIR}${LIBDIR} ; \