diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-07-31 16:13:50 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-07-31 16:13:50 +0000 |
commit | c4397aeaf295391458ef80816ca63ff34ef35461 (patch) | |
tree | def41a2903d1dd29e34c2dd75bfb3752e8baeef3 /config/Makefile | |
parent | 6e5c297d53a6c45005fac91c2d34ba174ba5c7a6 (diff) |
*** empty log message ***
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 1a5c22dd..ba2693e8 100644 --- a/config/Makefile +++ b/config/Makefile @@ -25,7 +25,7 @@ makemode := misc # to overwrite an existing file. Print a warning for such files. # If override_conf is set to `t' then install even on top of existing # files. -SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd +SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd group installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README |