]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/daily/Makefile
MFV r316863: 3871 fix issues introduced by 3604
[FreeBSD/FreeBSD.git] / etc / periodic / daily / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILESGROUPS=FILES
6
7 FILES=  100.clean-disks \
8         110.clean-tmps \
9         120.clean-preserve \
10         140.clean-rwho \
11         200.backup-passwd \
12         210.backup-aliases \
13         330.news \
14         400.status-disks \
15         401.status-graid \
16         406.status-gmirror \
17         407.status-graid3 \
18         408.status-gstripe \
19         409.status-gconcat \
20         410.status-mfi \
21         420.status-network \
22         430.status-uptime \
23         450.status-security \
24         510.status-world-kernel \
25         999.local
26
27 # NB: keep these sorted by MK_* knobs
28
29 .if ${MK_ACCT} != "no"
30 FILESGROUPS+=   ACCT
31 ACCT+=          310.accounting
32 .endif
33 ACCTDIR=        /etc/periodic/daily
34 ACCTMODE=       ${BINMODE}
35 ACCTPACKAGE=    acct
36
37 .if ${MK_CALENDAR} != "no"
38 FILES+= 300.calendar
39 .endif
40
41 .if ${MK_MAIL} != "no"
42 FILES+= 130.clean-msgs
43 .endif
44
45 .if ${MK_NTP} != "no"
46 FILES+= 480.status-ntpd \
47         480.leapfile-ntpd
48 .endif
49
50 .if ${MK_SENDMAIL} != "no"
51 FILES+= 150.clean-hoststat \
52         440.status-mailq \
53         460.status-mail-rejects \
54         500.queuerun
55 .endif
56
57 .if ${MK_ZFS} != "no"
58 FILES+= 404.status-zfs \
59         800.scrub-zfs
60 .endif
61
62 .include <bsd.prog.mk>