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