summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/whatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/whatis/Makefile')
-rw-r--r--gnu/usr.bin/man/whatis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/whatis/Makefile b/gnu/usr.bin/man/whatis/Makefile
index 4a825c8..8ca53db 100644
--- a/gnu/usr.bin/man/whatis/Makefile
+++ b/gnu/usr.bin/man/whatis/Makefile
@@ -27,7 +27,7 @@ ${MAN1}: ${.CURDIR}/whatis.man
${.CURDIR}/whatis.man > ${.TARGET}
install: ${TARG} maninstall
- install -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
+ ${INSTALL} -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
.include "../Makefile.inc"
.if make(maninstall) || make(install)
OpenPOWER on IntegriCloud