]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/cron.d/Makefile
libfdt: Update to 1.4.6, switch to using libfdt for overlay support
[FreeBSD/FreeBSD.git] / etc / cron.d / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .if ${MK_AT} != "no"
6 FILES+=         at
7 .endif
8
9 BINDIR=         /etc/cron.d
10
11 .include <bsd.prog.mk>