/share/skel/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 14 lines · 10 code · 2 blank · 2 comment · 0 complexity · 398affb21ea888dbe7107ea0f76db580 MD5 · raw file

  1. # @(#)Makefile 8.1 (Berkeley) 6/8/93
  2. # $FreeBSD$
  3. FILESGROUPS= FILES1 FILES2
  4. FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
  5. dot.shrc
  6. FILES2= dot.mail_aliases dot.rhosts
  7. FILES1DIR= /usr/share/skel
  8. FILES2DIR= /usr/share/skel
  9. FILES1MODE= 0644
  10. FILES2MODE= 0600
  11. NO_OBJ=
  12. .include <bsd.prog.mk>