mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-28 12:07:40 +03:00

Also: actually accept all the flags in write_d_a Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13259
9 lines
284 B
Makefile
9 lines
284 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
|
|
|
EXTRA_DIST = dos_attributes.h
|
|
pkgexec_PROGRAMS = read_dos_attributes write_dos_attributes
|
|
read_dos_attributes_SOURCES = read_dos_attributes.c
|
|
write_dos_attributes_SOURCES = write_dos_attributes.c
|