aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThomas Eberhardt <sneakywumpus@gmail.com>2023-11-16 09:59:38 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-11-16 09:59:38 +0000
commita6ed8c9593031abf6fa73661be55c226caa362d6 (patch)
treeca79d26bf9593dd944a78cb95cdd46622ded0b79 /bin
parent54611b7cc69cee34e7bcdc2324a9159e7543a125 (diff)
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/Makefile1
-rw-r--r--bin/sh/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 1f996df3999b..94e1ba763d6e 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -15,6 +15,7 @@ ROOTPACKAGE= csh
ETC= csh.cshrc csh.login csh.logout
ROOT= dot.cshrc dot.login
ROOTDIR= /root
+ROOTDIR_MODE= 0750
ROOTNAME_dot.cshrc= .cshrc
ROOTNAME_dot.login= .login
TCSHDIR= ${SRCTOP}/contrib/tcsh
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index f8c853cec6c7..48b6d2852444 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -6,6 +6,7 @@ CONFGROUPS= ETC ROOT
ETC= profile
ROOT= dot.shrc dot.profile
ROOTDIR= /root
+ROOTDIR_MODE= 0750
ROOTNAME_dot.shrc= .shrc
ROOTNAME_dot.profile= .profile
PACKAGE=runtime