diff options
author | Brian Behlendorf <[email protected]> | 2009-01-20 15:43:21 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-20 15:43:21 -0800 |
commit | 26d0de9a92cec754cd3891080cbdec31b2793a08 (patch) | |
tree | 8229e3c6787d9630a16e2e2a1b5f65915fb2ffac /scripts | |
parent | 8e976f7fcf0525d77c3975a3fac5ebf36a13994f (diff) |
Update Makefiles for recent script updates
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 | ||||
-rw-r--r-- | scripts/zpool-config/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 3448046f5..ccfe5267a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,7 @@ -EXTRA_DIST = update-zfs.sh check.sh zfs.sh create-zpool.sh +SUBDIRS = zpool-config +EXTRA_DIST = common.sh zfs-update.sh zfs.sh zpool-create.sh check: ./zfs.sh -v + ./zpios.sh -c lo-raid0 -t tiny -v ./zfs.sh -vu diff --git a/scripts/zpool-config/Makefile.am b/scripts/zpool-config/Makefile.am new file mode 100644 index 000000000..07cf7ead3 --- /dev/null +++ b/scripts/zpool-config/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = *.sh |