diff options
author | Charlie Root <root@FreeBSD.org> | 1993-07-03 00:21:21 +0000 |
---|---|---|
committer | Charlie Root <root@FreeBSD.org> | 1993-07-03 00:21:21 +0000 |
commit | dcd59e08682c0ca8b22d60cc02d6b682db22a811 (patch) | |
tree | c41076ed780aa776bf82b7bc299eff6d27a6b056 /lib/csu | |
parent | 99f770b8b84db961c20517ddaa66d9feecf2fc57 (diff) | |
download | src-dcd59e08682c0ca8b22d60cc02d6b682db22a811.tar.gz src-dcd59e08682c0ca8b22d60cc02d6b682db22a811.zip |
Added ${COPY} knob to the install commands
Notes
Notes:
svn path=/head/; revision=89
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/i386/Makefile | 2 |
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: |