2012-11-18 03:08:38 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe Exp $
|
2004-05-16 13:53:09 +04:00
|
|
|
|
|
|
|
CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
|
2010-02-05 00:01:16 +03:00
|
|
|
|
2004-05-16 13:53:09 +04:00
|
|
|
FILESDIR= /root
|
|
|
|
FILESMODE= 644
|
|
|
|
FILESMODE_dot.klogin= 600
|
|
|
|
.for F in ${CONFIGFILES}
|
|
|
|
FILESNAME_${F}= ${F:S/dot//}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
CONFIGLINKS= /root/.cshrc /.cshrc \
|
|
|
|
/root/.profile /.profile
|
|
|
|
|
2012-11-18 03:08:38 +04:00
|
|
|
.include <bsd.files.mk>
|
|
|
|
.include <bsd.links.mk>
|