]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/skel/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / skel / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 FILESGROUPS=    FILES1 FILES2
5 FILES1=         dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
6                 dot.shrc
7 FILES2=         dot.mail_aliases dot.rhosts 
8 FILES1DIR=      /usr/share/skel
9 FILES2DIR=      /usr/share/skel
10 FILES1MODE=     0644
11 FILES2MODE=     0600
12 NO_OBJ=
13
14 .include <bsd.prog.mk>