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.prog.mk,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/share/mk/bsd.prog.mk 1993/04/08 14:02:02 1.6 +++ src/share/mk/bsd.prog.mk 1993/04/08 14:10:32 1.7 @@ -121,7 +121,7 @@ depend: .depend _PROGSUBDIR .if !target(beforeinstall) beforeinstall: @if [ ! -d ${DESTDIR}${BINDIR} ]; then \ - /bin/rm ${DESTDIR}${BINDIR} ; \ + /bin/rm -f ${DESTDIR}${BINDIR} ; \ mkdir -p ${DESTDIR}${BINDIR} ; \ chown root.wheel ${DESTDIR}${BINDIR} ; \ chmod 755 ${DESTDIR}${BINDIR} ; \