=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/which/Makefile 1996/06/26 05:42:57 1.2 +++ src/usr.bin/which/Makefile 1996/12/08 14:32:39 1.3 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:39 downsj Exp $ MAN= which.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which .include