freebsd-dev/share/skel/Makefile

15 lines
315 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/8/93
2002-07-18 12:07:49 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
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=
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>