mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
2f1ca8a32a
Use sys.platform to choose the correct implementation of functions and values of variables for the platform being run on. Reword some comments to avoid describing implementation details in the wrong places. Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Jorgen Lundman <lundman@lundman.net> Signed-off-by: Ryan Moeller <ryan@ixsystems.com> Closes #9561
11 lines
235 B
Makefile
11 lines
235 B
Makefile
SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest
|
|
SUBDIRS += fsck_zfs vdev_id raidz_test zgenhostid
|
|
|
|
if USING_PYTHON
|
|
SUBDIRS += arcstat arc_summary dbufstat
|
|
endif
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += mount_zfs zed zvol_id zvol_wait
|
|
endif
|