summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-20 18:46:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-20 18:46:34 +0000
commite769957bda9ecff3c70a710af77a816b802196a9 (patch)
tree6dfef184f0e8897d369a26c75942068646d3ba87 /config
parent26a1a0888424eb0ec123f09208fa1a7222e65f95 (diff)
(SYSCONFFILES): Removed `rc'.
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 e684f5f9..294ef296 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 ttys
+SYSCONFFILES = protocols services shells motd ttys
installed_conf = $(addprefix $(sysconfdir)/$(SYSCONFFILES))
ifeq ($(override_conf),t)