=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/tput/Makefile 1996/06/26 05:41:46 1.2 --- src/usr.bin/tput/Makefile 1996/12/08 14:32:35 1.3 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.2 1996/06/26 05:41:46 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $ PROG= tput --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:35 downsj Exp $ # $NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $ PROG= tput *************** *** 7,13 **** MLINKS= tput.1 clear.1 beforeinstall: ! install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear .include --- 7,13 ---- MLINKS= tput.1 clear.1 beforeinstall: ! ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear .include