aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csu/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index bb1c66e8ed16..aeb328edc755 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -25,7 +25,7 @@ gmon.o: gmon.c gmon.h
mv a.out ${.TARGET}
install:
- install -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
depend lint tags: