Deleted Added
full compact
Makefile (209250) Makefile (211142)
1# $FreeBSD: head/etc/periodic/daily/Makefile 209250 2010-06-17 12:25:47Z netchild $
1# $FreeBSD: head/etc/periodic/daily/Makefile 211142 2010-08-10 12:58:44Z olli $
2
3.include <bsd.own.mk>
4
5FILES= 100.clean-disks \
6 110.clean-tmps \
7 120.clean-preserve \
8 200.backup-passwd \
9 330.news \

--- 24 unchanged lines hidden (view full) ---

34.if ${MK_MAIL} != "no"
35FILES+= 130.clean-msgs
36.endif
37
38.if ${MK_NTP} != "no"
39FILES+= 480.status-ntpd
40.endif
41
2
3.include <bsd.own.mk>
4
5FILES= 100.clean-disks \
6 110.clean-tmps \
7 120.clean-preserve \
8 200.backup-passwd \
9 330.news \

--- 24 unchanged lines hidden (view full) ---

34.if ${MK_MAIL} != "no"
35FILES+= 130.clean-msgs
36.endif
37
38.if ${MK_NTP} != "no"
39FILES+= 480.status-ntpd
40.endif
41
42.if ${MK_PKGTOOLS} != "no"
43FILES+= 490.status-pkg-changes
44.endif
45
42.if ${MK_RCMDS} != "no"
43FILES+= 140.clean-rwho \
44 430.status-rwho
45.endif
46
47.if ${MK_SENDMAIL} != "no"
48FILES+= 150.clean-hoststat \
49 210.backup-aliases \
50 440.status-mailq \
51 460.status-mail-rejects \
52 500.queuerun
53.endif
54
55.if ${MK_ZFS} != "no"
56FILES+= 404.status-zfs \
57 800.scrub-zfs
58.endif
59
60.include <bsd.prog.mk>
46.if ${MK_RCMDS} != "no"
47FILES+= 140.clean-rwho \
48 430.status-rwho
49.endif
50
51.if ${MK_SENDMAIL} != "no"
52FILES+= 150.clean-hoststat \
53 210.backup-aliases \
54 440.status-mailq \
55 460.status-mail-rejects \
56 500.queuerun
57.endif
58
59.if ${MK_ZFS} != "no"
60FILES+= 404.status-zfs \
61 800.scrub-zfs
62.endif
63
64.include <bsd.prog.mk>