summaryrefslogtreecommitdiffstats
path: root/share/skel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel/Makefile')
-rw-r--r--share/skel/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile
index 6790bb8..62d64ba 100644
--- a/share/skel/Makefile
+++ b/share/skel/Makefile
@@ -1,12 +1,18 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
+FILES1= dot.cshrc dot.login dot.mailrc dot.profile
+FILES2= dot.rhosts
+MODE1= 0644
+MODE2= 0600
+
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 ${MODE1} ${FILES1} \
+ ${DESTDIR}${BINDIR}/skel
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud