=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/id/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/id/Makefile 1996/12/08 14:32:26 1.3 +++ src/usr.bin/id/Makefile 1997/04/27 20:56:45 1.4 @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:26 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:45 millert Exp $ PROG= id MAN= id.1 groups.1 whoami.1 afterinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami .include