From efef45021bdc82e9e67814e903f614c2b3b5c9a1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 5 May 2016 13:59:47 +0200 Subject: [PATCH 128/310] share/skel: Detach skelleton files for csh and rsh from the build Obtained from: ElectroBSD --- share/skel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/skel/Makefile b/share/skel/Makefile index 9ad66cff61e8..784a9adeaf84 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \ +FILES= dot.login dot.login_conf dot.mailrc dot.profile \ dot.shrc dot.mail_aliases FILESDIR= ${SHAREDIR}/skel FILESMODE= 0644 -- 2.37.1