]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - etc/periodic/daily/Makefile
MFC r250533:
[FreeBSD/stable/9.git] / etc / periodic / daily / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  100.clean-disks \
6         110.clean-tmps \
7         120.clean-preserve \
8         200.backup-passwd \
9         210.backup-aliases \
10         220.backup-pkgdb \
11         330.news \
12         400.status-disks \
13         405.status-ata-raid \
14         406.status-gmirror \
15         407.status-graid3 \
16         408.status-gstripe \
17         409.status-gconcat \
18         420.status-network \
19         450.status-security \
20         999.local
21
22 # NB: keep these sorted by MK_* knobs
23
24 .if ${MK_ACCT} != "no"
25 FILES+= 310.accounting
26 .endif
27
28 .if ${MK_BIND_NAMED} != "no"
29 FILES+= 470.status-named
30 .endif
31
32 .if ${MK_CALENDAR} != "no"
33 FILES+= 300.calendar
34 .endif
35
36 .if ${MK_MAIL} != "no"
37 FILES+= 130.clean-msgs
38 .endif
39
40 .if ${MK_NTP} != "no"
41 FILES+= 480.status-ntpd
42 .endif
43
44 .if ${MK_PKGTOOLS} != "no"
45 FILES+= 490.status-pkg-changes
46 .endif
47
48 .if ${MK_RCMDS} != "no"
49 FILES+= 140.clean-rwho \
50         430.status-rwho
51 .endif
52
53 .if ${MK_SENDMAIL} != "no"
54 FILES+= 150.clean-hoststat \
55         440.status-mailq \
56         460.status-mail-rejects \
57         500.queuerun
58 .endif
59
60 .if ${MK_ZFS} != "no"
61 FILES+= 404.status-zfs \
62         800.scrub-zfs
63 .endif
64
65 .include <bsd.prog.mk>