]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - etc/periodic/daily/Makefile
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.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_RCMDS} != "no"
43 FILES+= 140.clean-rwho \
44         430.status-rwho
45 .endif
46
47 .if ${MK_SENDMAIL} != "no"
48 FILES+= 150.clean-hoststat \
49         210.backup-aliases \
50         440.status-mailq \
51         460.status-mail-rejects \
52         500.queuerun
53 .endif
54
55 .if ${MK_ZFS} != "no"
56 FILES+= 404.status-zfs \
57         800.scrub-zfs
58 .endif
59
60 .include <bsd.prog.mk>