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