Remove building with NOCRYPTO option
[minix.git] / etc / root / Makefile
blob3c9209271864ba15a5b7e58dc7f6799ed12276b8
1 # $NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe Exp $
3 CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
5 FILESDIR= /root
6 FILESMODE= 644
7 FILESMODE_dot.klogin= 600
8 .for F in ${CONFIGFILES}
9 FILESNAME_${F}= ${F:S/dot//}
10 .endfor
12 .include <bsd.own.mk>
13 .if !defined(__MINIX)
14 CONFIGLINKS= /root/.cshrc /.cshrc \
15 /root/.profile /.profile
16 .endif # !defined(__MINIX)
18 .include <bsd.files.mk>
19 .include <bsd.links.mk>