7 lines
182 B
Makefile
7 lines
182 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
||
|
|
||
|
pkgexec_PROGRAMS = write_dos_attributes
|
||
|
write_dos_attributes_SOURCES = write_dos_attributes.c
|