]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/cron.d/Makefile
MFC r318545:
[FreeBSD/stable/10.git] / etc / cron.d / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .if ${MK_AT} != "no"
6 FILES+=         at
7 .endif
8
9 BINDIR=         /etc/cron.d
10
11 .include <bsd.prog.mk>