summaryrefslogtreecommitdiff
path: root/share/mk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 4c814439ca8..37668b471c6 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1996/12/08 14:42:26 downsj Exp $
+# $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:23 millert Exp $
# $NetBSD: Makefile,v 1.12 1995/10/22 00:45:53 christos Exp $
FILES= bsd.README bsd.doc.mk bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk \
@@ -7,7 +7,7 @@ FILES= bsd.README bsd.doc.mk bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk \
NOOBJ= noobj
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk
.include <bsd.prog.mk>