summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/bootxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/stand/bootxx/Makefile')
-rw-r--r--sys/arch/sun3/stand/bootxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/stand/bootxx/Makefile b/sys/arch/sun3/stand/bootxx/Makefile
index c8e56066b72..44ef26b218c 100644
--- a/sys/arch/sun3/stand/bootxx/Makefile
+++ b/sys/arch/sun3/stand/bootxx/Makefile
@@ -7,7 +7,7 @@ all: ${SA_PROG}
# Do not strip or remove a.out header for this one.
install: ${SA_PROG}
- install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}
.include <bsd.prog.mk>