From 1b4b0dad48d069e778372046309c278ba3a1a463 Mon Sep 17 00:00:00 2001 From: brd Date: Fri, 8 Jun 2018 15:05:26 +0000 Subject: [PATCH] Simplify this Makefile. Approved by: bapt (mentor) --- share/skel/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/share/skel/Makefile b/share/skel/Makefile index b9adb972f7b1..9ad66cff61e8 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,13 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -FILESGROUPS= FILES1 FILES2 -FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \ - dot.shrc -FILES2= dot.mail_aliases -FILES1DIR= ${SHAREDIR}/skel -FILES2DIR= ${SHAREDIR}/skel -FILES1MODE= 0644 -FILES2MODE= 0600 +FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \ + dot.shrc dot.mail_aliases +FILESDIR= ${SHAREDIR}/skel +FILESMODE= 0644 +FILESMODE_dot.mail_aliases= 0600 .include