From f38163772cb8ca25c440393132e8678e65437320 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 16 Sep 2018 21:52:46 +0200 Subject: Add simple cron implementation Signed-off-by: David Oberhollenzer --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 063a8e8..806b777 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ dist_man8_MANS = include lib/Makemodule.am include cmd/Makemodule.am include initd/Makemodule.am +include crond/Makemodule.am include scripts/Makemodule.am include services/Makemodule.am include syslogd/Makemodule.am @@ -51,6 +52,10 @@ install-data-local: $(LN_S) $(TEMPLATEDIR)/ifcfg $(DESTDIR)$(SVCDIR)/ifcfg $(LN_S) $(TEMPLATEDIR)/modules $(DESTDIR)$(SVCDIR)/modules $(LN_S) $(TEMPLATEDIR)/network $(DESTDIR)$(SVCDIR)/network +if GCROND + $(MKDIR_P) $(DESTDIR)$(GCRONDIR) + $(LN_S) $(TEMPLATEDIR)/gcrond $(DESTDIR)$(SVCDIR)/gcrond +endif if USYSLOGD $(LN_S) $(TEMPLATEDIR)/usyslogd $(DESTDIR)$(SVCDIR)/usyslogd endif -- cgit v1.2.3