From 7c310abcf23002c86d0bd19bdb3c82e1460c1623 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 5 May 2016 13:59:47 +0200 Subject: [PATCH 142/325] 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.32.0