Makefile revision 284255
1#	@(#)Makefile	8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/skel/Makefile 284255 2015-06-11 04:22:17Z sjg $
3
4FILESGROUPS=	FILES1 FILES2
5FILES1=		dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
6		dot.shrc
7FILES2=		dot.mail_aliases dot.rhosts 
8FILES1DIR=	/usr/share/skel
9FILES2DIR=	/usr/share/skel
10FILES1MODE=	0644
11FILES2MODE=	0600
12
13.include <bsd.prog.mk>
14