mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-19 02:41:00 +03:00
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
|