]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/skel/Makefile
zfs: merge openzfs/zfs@86e115e21
[FreeBSD/FreeBSD.git] / share / skel / Makefile
1
2 FILES=          dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
3                 dot.shrc dot.mail_aliases
4 FILESDIR=       ${SHAREDIR}/skel
5 FILESMODE=      0644
6 FILESMODE_dot.mail_aliases=     0600
7
8 .include <bsd.prog.mk>