From 37efc2894d0052cf306eb5123d71972baef372a3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 5 May 2016 13:59:47 +0200 Subject: [PATCH 229/257] share/skel: Detach skelleton files for csh and rsh from the build Obtained from: ElectroBSD --- share/skel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/skel/Makefile b/share/skel/Makefile index 6b67d2bdbec5..8c51c43c3439 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ FILESGROUPS= FILES1 FILES2 -FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \ +FILES1= dot.login_conf dot.mailrc dot.profile \ dot.shrc -FILES2= dot.mail_aliases dot.rhosts +FILES2= dot.mail_aliases FILES1DIR= ${SHAREDIR}/skel FILES2DIR= ${SHAREDIR}/skel FILES1MODE= 0644 -- 2.11.0