123456789101112131415161718192021 |
- diff --git a/share/skel/Makefile b/share/skel/Makefile
- index 024985c..6f6e563 100644
- --- a/share/skel/Makefile
- +++ b/share/skel/Makefile
- @@ -2,11 +2,11 @@
- # $FreeBSD: stable/10/share/skel/Makefile 291794 2015-12-04 18:21:05Z bdrewery $
-
- FILESGROUPS= FILES1 FILES2
- -FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
- +FILES1= dot.login_conf dot.mailrc \
- dot.shrc
- -FILES2= dot.mail_aliases dot.rhosts
- -FILES1DIR= ${SHAREDIR}/skel
- -FILES2DIR= ${SHAREDIR}/skel
- +FILES2= dot.mail_aliases
- +FILES1DIR= /etc/skel
- +FILES2DIR= /etc/skel
- FILES1MODE= 0644
- FILES2MODE= 0600
- NO_OBJ=
|