From b4d1ec6c6965fe486cfd1320d7f2371a511be38d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 28 Aug 2018 22:51:45 +0000 Subject: [PATCH] Fix the install of /root/.login missed as part of r337849. Approved by: re (rgrimes) --- bin/csh/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 3aaa50d4a648..78d6fba3791c 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -8,8 +8,11 @@ .include -CONFGROUPS= ETC +CONFGROUPS= ETC ROOT ETC= csh.cshrc csh.login csh.logout +ROOT= dot.login +ROOTDIR= /root +ROOTNAME_dot.login= .login PACKAGE=runtime TCSHDIR= ${SRCTOP}/contrib/tcsh .PATH: ${TCSHDIR}