aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/cmd/mkfile/Makefile.am
blob: 82672d1c307f9bc7aa7b2f4c4af2cea250245dd8 (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/config/Rules.am

pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin

pkgexec_PROGRAMS = mkfile
mkfile_SOURCES = mkfile.c
if BUILD_FREEBSD
mkfile_LDADD = -L/usr/local/lib -lintl
endif