diff options
author | root <root@FreeBSD.org> | 1993-07-03 00:21:21 +0000 |
---|---|---|
committer | root <root@FreeBSD.org> | 1993-07-03 00:21:21 +0000 |
commit | 7048cfb1c8948ef84822c8eef8d0a8a8b200eb08 (patch) | |
tree | c41076ed780aa776bf82b7bc299eff6d27a6b056 /lib | |
parent | c14f660fa9fdb67a4adaff11a0a208233b941e27 (diff) | |
download | FreeBSD-src-7048cfb1c8948ef84822c8eef8d0a8a8b200eb08.zip FreeBSD-src-7048cfb1c8948ef84822c8eef8d0a8a8b200eb08.tar.gz |
Added ${COPY} knob to the install commands
Diffstat (limited to 'lib')
-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 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: |