/share/skel/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 14 lines · 10 code · 2 blank · 2 comment · 0 complexity · 398affb21ea888dbe7107ea0f76db580 MD5 · raw file
- # @(#)Makefile 8.1 (Berkeley) 6/8/93
- # $FreeBSD$
- 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>