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