]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - etc/periodic/daily/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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         330.news \
11         400.status-disks \
12         401.status-graid \
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         510.status-world-kernel \
20         999.local
21
22 # NB: keep these sorted by MK_* knobs
23
24 .if ${MK_ACCT} != "no"
25 FILES+= 310.accounting
26 .endif
27
28 .if ${MK_CALENDAR} != "no"
29 FILES+= 300.calendar
30 .endif
31
32 .if ${MK_MAIL} != "no"
33 FILES+= 130.clean-msgs
34 .endif
35
36 .if ${MK_NTP} != "no"
37 FILES+= 480.status-ntpd \
38         480.leapfile-ntpd
39 .endif
40
41 .if ${MK_PKGTOOLS} != "no"
42 FILES+= 220.backup-pkgdb \
43         490.status-pkg-changes
44 .endif
45
46 .if ${MK_RCMDS} != "no"
47 FILES+= 140.clean-rwho \
48         430.status-rwho
49 .endif
50
51 .if ${MK_SENDMAIL} != "no"
52 FILES+= 150.clean-hoststat \
53         440.status-mailq \
54         460.status-mail-rejects \
55         500.queuerun
56 .endif
57
58 .if ${MK_ZFS} != "no"
59 FILES+= 404.status-zfs \
60         800.scrub-zfs
61 .endif
62
63 .include <bsd.prog.mk>