summaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-02 15:28:46 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-02 15:28:46 +0000
commit2d3478e37159ebd7ba0d73390b2af5b32a34cc32 (patch)
treedb449afc60dd0e5698fdfeb7fda0d8b335ebd79f /config/Makefile
parent8c02e14e3860ae1811f193a938ca3686425d13a7 (diff)
*** empty log message ***
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile
index ba2693e8..4ff7a5f4 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -38,7 +38,9 @@ installed_rootdots = $(addprefix $(prefix)/root/,$(ROOTDOTS))
LINKEDCONFFILES = rc
installed_links = $(addprefix $(sysconfdir)/,$(LINKEDCONFFILES))
-DIST_FILES=$(SYSCONFFILES) $(LOGINDOTS) $(ROOTDOTS)
+DIST_FILES=$(SYSCONFFILES) \
+ $(addprefix login-,$(LOGINDOTS)) \
+ $(addprefix root-,$(ROOTDOTS))
foo=$(shell touch /dev/null)