summaryrefslogtreecommitdiffstats
path: root/share/skel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel/Makefile')
-rw-r--r--share/skel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile
index e3996e2..6790bb8 100644
--- a/share/skel/Makefile
+++ b/share/skel/Makefile
@@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud