diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:06:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-13 22:06:44 +0000 |
commit | 76e498663c7a4d059a9aec3707c9cfc162ecd7ac (patch) | |
tree | 117ceb9676f1b0310b9440967570f4f342bca76c /config | |
parent | 896001a376049c1f9187ef2b0e5f4a9262d96358 (diff) |
(SYSCONFFILES): Add hostname.
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 449de230..94c1445f 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 +SYSCONFFILES = protocols services shells motd ttys hostname installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) # Mere symlinks are installed for these |