Makefile revision 139103
1#	@(#)Makefile	8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/skel/Makefile 139103 2004-12-21 08:47:35Z ru $
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
12NO_OBJ=
13
14.include <bsd.prog.mk>
15