diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/cmd/mkfile/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/zfs-tests/cmd/mkfile/Makefile.am b/tests/zfs-tests/cmd/mkfile/Makefile.am index 82672d1c3..5f0e2e03e 100644 --- a/tests/zfs-tests/cmd/mkfile/Makefile.am +++ b/tests/zfs-tests/cmd/mkfile/Makefile.am @@ -4,6 +4,5 @@ pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin pkgexec_PROGRAMS = mkfile mkfile_SOURCES = mkfile.c -if BUILD_FREEBSD -mkfile_LDADD = -L/usr/local/lib -lintl -endif + +mkfile_LDADD = $(LTLIBINTL) |