aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am')
-rw-r--r--sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am b/sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am
new file mode 100644
index 000000000000..16cdf2c81432
--- /dev/null
+++ b/sys/contrib/openzfs/tests/zfs-tests/include/Makefile.am
@@ -0,0 +1,14 @@
+include $(top_srcdir)/config/Substfiles.am
+
+pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
+dist_pkgdata_DATA = \
+ blkdev.shlib \
+ commands.cfg \
+ libtest.shlib \
+ math.shlib \
+ properties.shlib \
+ tunables.cfg \
+ zpool_script.shlib
+
+nodist_pkgdata_DATA = default.cfg
+SUBSTFILES += $(nodist_pkgdata_DATA)