Added ${COPY} knob to the install commands

This commit is contained in:
root 1993-07-03 00:21:21 +00:00
parent c14f660fa9
commit 7048cfb1c8

View File

@ -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: