aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
commitbf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac (patch)
treef7cc8b6ec19f45dd98bfb94b40952cd3ef0282d9 /Makefile.am
parentdc6358b0e1d0dca85c5d7114973adcff7ed36bfb (diff)
Remove cron daemon, rewritten and split off into seperate repo
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index f818627..5d38113 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,6 @@ dist_man8_MANS =
include lib/Makemodule.am
include cmd/Makemodule.am
include initd/Makemodule.am
-include crond/Makemodule.am
install-exec-hook:
(cd $(DESTDIR)$(sbindir); $(LN_S) shutdown reboot)
@@ -31,6 +30,3 @@ install-data-local:
(cd $(DESTDIR)$(man8dir); $(LN_S) shutdown.8 reboot.8)
$(MKDIR_P) $(DESTDIR)$(SVCDIR)
$(MKDIR_P) $(DESTDIR)$(TEMPLATEDIR)
-if GCROND
- $(MKDIR_P) $(DESTDIR)$(GCRONDIR)
-endif