diff options
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/Makefile | 2 |
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> |