don't bother resolving onbld python module deps
[unleashed.git] / etc / skel / Makefile
blob48f82888e567ebad21dc9d21623c8a3fcc0da45b
1 FILES= .profile
2 NOOBJ=
4 NONBINMODE=644
6 proginstall:
7 ${INSTALL} -d ${PROG_INSTALL_OWN} -m 755 ${DESTDIR}/etc/skel
8 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m ${NONBINMODE} \
9 ${FILES} ${DESTDIR}/etc/skel
10 # also copy .profile to /root
11 # FIXME: this doesn't really belong here
12 ${INSTALL} -d ${PROG_INSTALL_OWN} -m 700 ${DESTDIR}/root
13 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m ${NONBINMODE} \
14 .profile ${DESTDIR}/root
16 .include <prog.mk>