11 lines
259 B
Makefile
11 lines
259 B
Makefile
|
SUBDIRS = zfs zpool zdb zhack zinject zstream zstreamdump ztest
|
||
|
SUBDIRS += fsck_zfs vdev_id raidz_test zfs_ids_to_path
|
||
|
|
||
|
if USING_PYTHON
|
||
|
SUBDIRS += arcstat arc_summary dbufstat
|
||
|
endif
|
||
|
|
||
|
if BUILD_LINUX
|
||
|
SUBDIRS += mount_zfs zed zgenhostid zvol_id zvol_wait
|
||
|
endif
|