]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Use boot_ncpus in place of max_ncpus in taskq_create
[mirror_zfs.git] / configure.ac
index 5bcf72bbe5905e283ec3aad8ad789c8b88f2996e..0707384a73339103ffd49a01cf53973c3c66f712 100644 (file)
@@ -76,20 +76,25 @@ AC_CONFIG_FILES([
        cmd/zed/Makefile
        cmd/zed/zed.d/Makefile
        cmd/zfs/Makefile
+       cmd/zfs_ids_to_path/Makefile
        cmd/zgenhostid/Makefile
        cmd/zhack/Makefile
        cmd/zinject/Makefile
        cmd/zpool/Makefile
+       cmd/zstream/Makefile
        cmd/zstreamdump/Makefile
        cmd/ztest/Makefile
        cmd/zvol_id/Makefile
        cmd/zvol_wait/Makefile
        contrib/Makefile
        contrib/bash_completion.d/Makefile
+       contrib/bpftrace/Makefile
        contrib/dracut/02zfsexpandknowledge/Makefile
        contrib/dracut/90zfs/Makefile
        contrib/dracut/Makefile
        contrib/initramfs/Makefile
+       contrib/initramfs/conf.d/Makefile
+       contrib/initramfs/conf-hooks.d/Makefile
        contrib/initramfs/hooks/Makefile
        contrib/initramfs/scripts/Makefile
        contrib/initramfs/scripts/local-top/Makefile
@@ -97,6 +102,7 @@ AC_CONFIG_FILES([
        contrib/pyzfs/setup.py
        contrib/zcp/Makefile
        etc/Makefile
+       etc/default/Makefile
        etc/init.d/Makefile
        etc/modules-load.d/Makefile
        etc/sudoers.d/Makefile
@@ -106,6 +112,14 @@ AC_CONFIG_FILES([
        etc/zfs/Makefile
        include/Makefile
        include/os/Makefile
+       include/os/freebsd/Makefile
+       include/os/freebsd/linux/Makefile
+       include/os/freebsd/spl/Makefile
+       include/os/freebsd/spl/acl/Makefile
+       include/os/freebsd/spl/rpc/Makefile
+       include/os/freebsd/spl/sys/Makefile
+       include/os/freebsd/zfs/Makefile
+       include/os/freebsd/zfs/sys/Makefile
        include/os/linux/Makefile
        include/os/linux/kernel/Makefile
        include/os/linux/kernel/linux/Makefile
@@ -135,6 +149,8 @@ AC_CONFIG_FILES([
        lib/libspl/include/ia32/Makefile
        lib/libspl/include/ia32/sys/Makefile
        lib/libspl/include/os/Makefile
+       lib/libspl/include/os/freebsd/Makefile
+       lib/libspl/include/os/freebsd/sys/Makefile
        lib/libspl/include/os/linux/Makefile
        lib/libspl/include/os/linux/sys/Makefile
        lib/libspl/include/rpc/Makefile
@@ -186,6 +202,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/Makefile
        tests/zfs-tests/callbacks/Makefile
        tests/zfs-tests/cmd/Makefile
+       tests/zfs-tests/cmd/btree_test/Makefile
        tests/zfs-tests/cmd/chg_usr_exec/Makefile
        tests/zfs-tests/cmd/devname2devid/Makefile
        tests/zfs-tests/cmd/dir_rd_update/Makefile
@@ -221,6 +238,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/arc/Makefile
        tests/zfs-tests/tests/functional/atime/Makefile
        tests/zfs-tests/tests/functional/bootfs/Makefile
+       tests/zfs-tests/tests/functional/btree/Makefile
        tests/zfs-tests/tests/functional/cache/Makefile
        tests/zfs-tests/tests/functional/cachefile/Makefile
        tests/zfs-tests/tests/functional/casenorm/Makefile
@@ -241,6 +259,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_diff/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_inherit/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_load-key/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile
@@ -260,6 +279,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_unshare/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zfs_wait/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_add/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_attach/Makefile
@@ -331,6 +351,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/no_space/Makefile
        tests/zfs-tests/tests/functional/nopwrite/Makefile
        tests/zfs-tests/tests/functional/online_offline/Makefile
+       tests/zfs-tests/tests/functional/persist_l2arc/Makefile
        tests/zfs-tests/tests/functional/pool_checkpoint/Makefile
        tests/zfs-tests/tests/functional/pool_names/Makefile
        tests/zfs-tests/tests/functional/poolversion/Makefile
@@ -348,6 +369,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/rename_dirs/Makefile
        tests/zfs-tests/tests/functional/replacement/Makefile
        tests/zfs-tests/tests/functional/reservation/Makefile
+       tests/zfs-tests/tests/functional/resilver/Makefile
        tests/zfs-tests/tests/functional/rootpool/Makefile
        tests/zfs-tests/tests/functional/rsend/Makefile
        tests/zfs-tests/tests/functional/scrub_mirror/Makefile