summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lp/Makefile')
-rw-r--r--usr.sbin/lpr/lp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lp/Makefile b/usr.sbin/lpr/lp/Makefile
index cba34ee..b23be95 100644
--- a/usr.sbin/lpr/lp/Makefile
+++ b/usr.sbin/lpr/lp/Makefile
@@ -4,7 +4,7 @@ BINDIR = /usr/bin
MAN1 = lp.1
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud