Home | History | Annotate | Line # | Download | only in root
Makefile revision 1.4
      1  1.4    uwe #	$NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe Exp $
      2  1.1  lukem 
      3  1.1  lukem CONFIGFILES=		dot.cshrc dot.klogin dot.login dot.profile dot.shrc
      4  1.2    roy 
      5  1.1  lukem FILESDIR=		/root
      6  1.1  lukem FILESMODE=		644
      7  1.1  lukem FILESMODE_dot.klogin=	600
      8  1.1  lukem .for F in ${CONFIGFILES}
      9  1.1  lukem FILESNAME_${F}=		${F:S/dot//}
     10  1.1  lukem .endfor
     11  1.1  lukem 
     12  1.1  lukem CONFIGLINKS=		/root/.cshrc	/.cshrc \
     13  1.1  lukem 			/root/.profile	/.profile
     14  1.1  lukem 
     15  1.4    uwe .include <bsd.files.mk>
     16  1.4    uwe .include <bsd.links.mk>
     17