Added ${COPY} knob to the install commands

This commit is contained in:
Charlie Root 1993-07-03 00:21:21 +00:00
parent 99f770b8b8
commit dcd59e0868
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89

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: