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