15 lines
337 B
Makefile
15 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/05/16 09:53:10 lukem Exp $
|
|
|
|
CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
|
|
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
|
|
|
|
.include <bsd.prog.mk>
|