]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - etc/periodic/daily/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         220.backup-pkgdb \
10         330.news \
11         400.status-disks \
12         405.status-ata-raid \
13         406.status-gmirror \
14         407.status-graid3 \
15         408.status-gstripe \
16         409.status-gconcat \
17         420.status-network \
18         450.status-security \
19         999.local
20
21 # NB: keep these sorted by MK_* knobs
22
23 .if ${MK_ACCT} != "no"
24 FILES+= 310.accounting
25 .endif
26
27 .if ${MK_BIND_NAMED} != "no"
28 FILES+= 470.status-named
29 .endif
30
31 .if ${MK_CALENDAR} != "no"
32 FILES+= 300.calendar
33 .endif
34
35 .if ${MK_MAIL} != "no"
36 FILES+= 130.clean-msgs
37 .endif
38
39 .if ${MK_NTP} != "no"
40 FILES+= 480.status-ntpd
41 .endif
42
43 .if ${MK_PKGTOOLS} != "no"
44 FILES+= 490.status-pkg-changes
45 .endif
46
47 .if ${MK_RCMDS} != "no"
48 FILES+= 140.clean-rwho \
49         430.status-rwho
50 .endif
51
52 .if ${MK_SENDMAIL} != "no"
53 FILES+= 150.clean-hoststat \
54         210.backup-aliases \
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>