diff options
Diffstat (limited to 'usr.bin/shar')
-rw-r--r-- | usr.bin/shar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 75cd1a951b4..b965e98172f 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:39:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:33 downsj Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 12:30:52 cgd Exp $ MAN= shar.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar .include <bsd.prog.mk> |