blob: 440e14f744670839e450fdd392fb5d87439ade8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD: src/share/skel/Makefile,v 1.11.20.1 2009/04/15 03:14:26 kensmith Exp $
FILESGROUPS= FILES1 FILES2
FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
dot.shrc
FILES2= dot.mail_aliases dot.rhosts
FILES1DIR= /usr/share/skel
FILES2DIR= /usr/share/skel
FILES1MODE= 0644
FILES2MODE= 0600
NO_OBJ=
.include <bsd.prog.mk>
|