]> git.proxmox.com Git - mirror_zfs.git/blob - tests/zfs-tests/tests/functional/acl/off/Makefile.am
Handle aarch64 defines seperate from arm
[mirror_zfs.git] / tests / zfs-tests / tests / functional / acl / off / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl/off
4
5 dist_pkgdata_SCRIPTS = \
6 dosmode.ksh \
7 posixmode.ksh \
8 cleanup.ksh \
9 setup.ksh
10
11 pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl/off
12
13 if BUILD_FREEBSD
14 pkgexec_PROGRAMS = dosmode_readonly_write
15 dosmode_readonly_write_SOURCES = dosmode_readonly_write.c
16 endif