mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
||
|
|
||
|
pkgexec_PROGRAMS = stride_dd
|
||
|
stride_dd_SOURCES = stride_dd.c
|
||
|
stride_dd_LDADD = -lrt
|