summaryrefslogtreecommitdiffstats
path: root/cron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cron/Makefile')
-rw-r--r--cron/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/cron/Makefile b/cron/Makefile
deleted file mode 100644
index 22cd971..0000000
--- a/cron/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../Makefile.include
-
-install: /var/spool/cron/$(USER)
-
-uninstall:
- @crontab -r
-
-/var/spool/cron/$(USER) : crontab.stowskip
- @crontab $<