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