From 49fe9bd77db951bf7daec435f69502807e41c2c4 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 23 Nov 2018 12:13:06 +0100 Subject: Implement init/cron split Signed-off-by: David Oberhollenzer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0cc0cd6..d397794 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ helper_SCRIPTS = include scripts/Makemodule.am include services/Makemodule.am +include crontab/Makemodule.am install-data-local: $(MKDIR_P) $(DESTDIR)$(SVCDIR) @@ -38,5 +39,4 @@ install-data-local: $(LN_S) $(TEMPLATEDIR)/mountusr $(DESTDIR)$(SVCDIR)/mountusr $(LN_S) $(TEMPLATEDIR)/tmpfsrun $(DESTDIR)$(SVCDIR)/tmpfsrun $(LN_S) $(TEMPLATEDIR)/tmpfsvar $(DESTDIR)$(SVCDIR)/tmpfsvar - $(MKDIR_P) $(DESTDIR)$(GCRONDIR) $(LN_S) $(TEMPLATEDIR)/gcrond $(DESTDIR)$(SVCDIR)/gcrond -- cgit v1.2.3