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