Another missing ${COPY} knob
authorRick Macklem <root@snowhite.cis.uoguelph.ca>
Sat, 3 Jul 1993 01:24:54 +0000 (01:24 +0000)
committerRick Macklem <root@snowhite.cis.uoguelph.ca>
Sat, 3 Jul 1993 01:24:54 +0000 (01:24 +0000)
usr.bin/xinstall/Makefile

index e58f360..6688f2e 100644 (file)
@@ -5,7 +5,7 @@ MAN1=   install.1
 CLEANFILES=xinstall
 
 install: maninstall
 CLEANFILES=xinstall
 
 install: maninstall
-       install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${PROG} ${DESTDIR}${BINDIR}/install
 
 .include <bsd.prog.mk>
            ${PROG} ${DESTDIR}${BINDIR}/install
 
 .include <bsd.prog.mk>