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