mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-19 02:41:00 +03:00
7 lines
152 B
Makefile
7 lines
152 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
||
|
|
||
|
pkgexec_PROGRAMS = file_trunc
|
||
|
file_trunc_SOURCES = file_trunc.c
|