aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Root <root@FreeBSD.org>1993-07-03 00:21:21 +0000
committerCharlie Root <root@FreeBSD.org>1993-07-03 00:21:21 +0000
commitdcd59e08682c0ca8b22d60cc02d6b682db22a811 (patch)
treec41076ed780aa776bf82b7bc299eff6d27a6b056
parent99f770b8b84db961c20517ddaa66d9feecf2fc57 (diff)
downloadsrc-dcd59e08682c0ca8b22d60cc02d6b682db22a811.tar.gz
src-dcd59e08682c0ca8b22d60cc02d6b682db22a811.zip
Added ${COPY} knob to the install commands
Notes
Notes: svn path=/head/; revision=89
-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: