8939 btxld coverity cleanups
[unleashed.git] / etc / skel / Makefile
blob315dd057c4d5d400bb2b26244cdbec888633e545
1 FILES= .kshrc \
2 .profile
3 NOOBJ=
5 NONBINMODE=644
7 proginstall:
8 ${INSTALL} -d ${PROG_INSTALL_OWN} -m 755 ${DESTDIR}/etc/skel
9 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m ${NONBINMODE} \
10 ${FILES} ${DESTDIR}/etc/skel
11 # also copy .profile to /root
12 # FIXME: this doesn't really belong here
13 ${INSTALL} -d ${PROG_INSTALL_OWN} -m 700 ${DESTDIR}/root
14 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m ${NONBINMODE} \
15 .profile ${DESTDIR}/root
17 .include <prog.mk>