9 lines
209 B
Makefile
9 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
|