Deleted Added
full compact
Makefile (124716) Makefile (136910)
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/skel/Makefile 124716 2004-01-19 13:40:51Z ru $
2# $FreeBSD: head/share/skel/Makefile 136910 2004-10-24 15:33:08Z 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
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
12NOOBJ= noobj
12NOOBJ=
13
14.include <bsd.prog.mk>
13
14.include <bsd.prog.mk>