10 lines
209 B
Makefile
10 lines
209 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
||
|
|
||
|
DEFAULT_INCLUDES += \
|
||
|
-I$(top_srcdir)/include
|
||
|
|
||
|
pkgexec_PROGRAMS = randwritecomp
|
||
|
randwritecomp_SOURCES = randwritecomp.c
|