Added ${COPY} knob to the install commands
This commit is contained in:
parent
99f770b8b8
commit
dcd59e0868
@ -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