summaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-17 19:38:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-17 19:38:43 +0000
commit130cb43649462144eb377142c2aca4fd13ccf415 (patch)
treebc78159bd9ef9b3f0ce124d43273e3d56bdfdc3f /config/Makefile
parentd9a89819c6eaa882809de505150652379064da8a (diff)
(SYSCONFFILES): Add ttys.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile
index e5fa845e..e684f5f9 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 = rc protocols services shells motd
+SYSCONFFILES = rc protocols services shells motd ttys
installed_conf = $(addprefix $(sysconfdir)/$(SYSCONFFILES))
ifeq ($(override_conf),t)