mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
- add the zfs scrub script
- move the zfs status script into the MK_ZFS conditional to respect WITHOUT_ZFS Noticed by: Andrzej Tobola <ato@iem.pw.edu.pl>
This commit is contained in:
parent
a814a26fb2
commit
92dee8c3a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209250
@ -8,7 +8,6 @@ FILES= 100.clean-disks \
|
||||
200.backup-passwd \
|
||||
330.news \
|
||||
400.status-disks \
|
||||
404.status-zfs \
|
||||
405.status-ata-raid \
|
||||
406.status-gmirror \
|
||||
407.status-graid3 \
|
||||
@ -53,4 +52,9 @@ FILES+= 150.clean-hoststat \
|
||||
500.queuerun
|
||||
.endif
|
||||
|
||||
.if ${MK_ZFS} != "no"
|
||||
FILES+= 404.status-zfs \
|
||||
800.scrub-zfs
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user