summaryrefslogtreecommitdiffstats
path: root/etc/cron.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cron.d/Makefile')
-rw-r--r--etc/cron.d/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/cron.d/Makefile b/etc/cron.d/Makefile
new file mode 100644
index 0000000..aa487cb
--- /dev/null
+++ b/etc/cron.d/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+.if ${MK_AT} != "no"
+FILES+= at
+.endif
+
+BINDIR= /etc/cron.d
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud