summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorroot <root@FreeBSD.org>1993-07-03 00:21:21 +0000
committerroot <root@FreeBSD.org>1993-07-03 00:21:21 +0000
commit7048cfb1c8948ef84822c8eef8d0a8a8b200eb08 (patch)
treec41076ed780aa776bf82b7bc299eff6d27a6b056 /lib/csu/i386/Makefile
parentc14f660fa9fdb67a4adaff11a0a208233b941e27 (diff)
downloadFreeBSD-src-7048cfb1c8948ef84822c8eef8d0a8a8b200eb08.zip
FreeBSD-src-7048cfb1c8948ef84822c8eef8d0a8a8b200eb08.tar.gz
Added ${COPY} knob to the install commands
Diffstat (limited to 'lib/csu/i386/Makefile')
-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 bb1c66e..aeb328e 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:
OpenPOWER on IntegriCloud