]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - etc/periodic/daily/Makefile
MFC r363988:
[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         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         510.status-world-kernel \
22         999.local
23
24 # NB: keep these sorted by MK_* knobs
25
26 .if ${MK_ACCT} != "no"
27 FILES+= 310.accounting
28 .endif
29
30 .if ${MK_BIND_NAMED} != "no"
31 FILES+= 470.status-named
32 .endif
33
34 .if ${MK_CALENDAR} != "no"
35 FILES+= 300.calendar
36 .endif
37
38 .if ${MK_MAIL} != "no"
39 FILES+= 130.clean-msgs
40 .endif
41
42 .if ${MK_NTP} != "no"
43 FILES+= 480.status-ntpd \
44         480.leapfile-ntpd
45 .endif
46
47 .if ${MK_PKGTOOLS} != "no"
48 FILES+= 490.status-pkg-changes
49 .endif
50
51 .if ${MK_RCMDS} != "no"
52 FILES+= 140.clean-rwho \
53         430.status-rwho
54 .endif
55
56 .if ${MK_SENDMAIL} != "no"
57 FILES+= 150.clean-hoststat \
58         440.status-mailq \
59         460.status-mail-rejects \
60         500.queuerun
61 .endif
62
63 .if ${MK_ZFS} != "no"
64 FILES+= 404.status-zfs \
65         800.scrub-zfs
66 .endif
67
68 .include <bsd.prog.mk>