Deleted Added
full compact
Makefile (265420) Makefile (277216)
1# $FreeBSD: head/etc/periodic/daily/Makefile 265420 2014-05-06 04:22:01Z imp $
1# $FreeBSD: head/etc/periodic/daily/Makefile 277216 2015-01-15 19:52:19Z gjb $
2
3.include <src.opts.mk>
4
5FILES= 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 \
2
3.include <src.opts.mk>
4
5FILES= 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 \
19 999.local
20
21# NB: keep these sorted by MK_* knobs
22
23.if ${MK_ACCT} != "no"
24FILES+= 310.accounting
25.endif
26

--- 30 unchanged lines hidden ---
20 999.local
21
22# NB: keep these sorted by MK_* knobs
23
24.if ${MK_ACCT} != "no"
25FILES+= 310.accounting
26.endif
27

--- 30 unchanged lines hidden ---