freebsd-dev/share/skel/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
246 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
FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
dot.shrc dot.mail_aliases
FILESDIR= ${SHAREDIR}/skel
FILESMODE= 0644
FILESMODE_dot.mail_aliases= 0600
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>