summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkdep/Makefile')
-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 b1424ded291..f321659f8a9 100644
--- a/usr.bin/mkdep/Makefile
+++ b/usr.bin/mkdep/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:30 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:50 millert Exp $
# $NetBSD: Makefile,v 1.6 1994/12/23 07:34:55 jtc Exp $
MAN= mkdep.1
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
.include <bsd.prog.mk>