summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 14:32:42 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 14:32:42 +0000
commitaa53fc2f7846c80e59e35a8fac357b324b1fd70a (patch)
tree45c94b4d965ca2e81bebc12e103d1d94ab50927d /usr.bin/mkdep
parentb6f29caaba4aaeb972675d67ca7c434a5e9b73a7 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile
index 1222ebf8481..b1424ded291 100644
--- a/usr.bin/mkdep/Makefile
+++ b/usr.bin/mkdep/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/26 05:37:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:30 downsj Exp $
# $NetBSD: Makefile,v 1.6 1994/12/23 07:34:55 jtc Exp $
MAN= mkdep.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
.include <bsd.prog.mk>