Added ${COPY} knob to the install commands
This commit is contained in:
parent
c14f660fa9
commit
7048cfb1c8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user