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