]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/skel/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>