blob: 79e29e989e2adf465f811fab158928d83d3d1187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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=
|