150472Speter# $FreeBSD$
228263Spst
3183242Ssam.include <bsd.own.mk>
4183242Ssam
5100316SruFILES=	100.clean-disks \
628263Spst	110.clean-tmps \
728263Spst	120.clean-preserve \
828263Spst	200.backup-passwd \
9250533Seadler	210.backup-aliases \
1028263Spst	330.news \
1128263Spst	400.status-disks \
12249095Smav	401.status-graid \
13154652Smaxim	406.status-gmirror \
14156215Sbrueffer	407.status-graid3 \
15156215Sbrueffer	408.status-gstripe \
16156215Sbrueffer	409.status-gconcat \
1728263Spst	420.status-network \
1828263Spst	450.status-security \
1928263Spst	999.local
2028263Spst
21183242Ssam# NB: keep these sorted by MK_* knobs
22183242Ssam
23183242Ssam.if ${MK_ACCT} != "no"
24183242SsamFILES+=	310.accounting
25183242Ssam.endif
26183242Ssam
27183242Ssam.if ${MK_CALENDAR} != "no"
28183242SsamFILES+=	300.calendar
29183242Ssam.endif
30183242Ssam
31183242Ssam.if ${MK_MAIL} != "no"
32183242SsamFILES+=	130.clean-msgs
33183242Ssam.endif
34183242Ssam
35183242Ssam.if ${MK_NTP} != "no"
36183242SsamFILES+=	480.status-ntpd
37183242Ssam.endif
38183242Ssam
39211142Solli.if ${MK_PKGTOOLS} != "no"
40244484SbaptFILES+=	220.backup-pkgdb \
41244484Sbapt	490.status-pkg-changes
42211142Solli.endif
43211142Solli
44183242Ssam.if ${MK_RCMDS} != "no"
45183242SsamFILES+=	140.clean-rwho \
46183242Ssam	430.status-rwho
47183242Ssam.endif
48183242Ssam
49183242Ssam.if ${MK_SENDMAIL} != "no"
50183242SsamFILES+=	150.clean-hoststat \
51183242Ssam	440.status-mailq \
52183242Ssam	460.status-mail-rejects \
53183242Ssam	500.queuerun
54183242Ssam.endif
55183242Ssam
56209250Snetchild.if ${MK_ZFS} != "no"
57209250SnetchildFILES+=	404.status-zfs \
58209250Snetchild	800.scrub-zfs
59209250Snetchild.endif
60209250Snetchild
6128263Spst.include <bsd.prog.mk>
62