aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile
index 665baa29..b490e020 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -38,6 +38,8 @@ installed_rootdots = $(addprefix $(prefix)/root,$(ROOTDOTS))
LINKEDCONFFILES = rc
installed_links = $(addprefix $(sysconfdir)/,$(LINKEDCONFFILES))
+DIST_FILES=$(SYSCONFFILES) $(LOGINDOTS) $(ROOTDOTS)
+
ifeq ($(override_conf),t)
foo=$(shell touch /dev/null)
override_spec = /dev/null
@@ -45,6 +47,9 @@ else
override_spec =
endif
+include ../Makeconf
+
+
install: $(installed_conf) $(installed_links) $(installed_logins) \
$(installed_rootdots)
@@ -61,6 +66,3 @@ $(installed_conf): $(sysconfdir)/%: %
$(sysconfdir)/rc:
ln -s ../libexec/rc $(sysconfdir)/rc
-
-include ../Makeconf
-