aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/zfs/Makefile.am')
-rw-r--r--cmd/zfs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/zfs/Makefile.am b/cmd/zfs/Makefile.am
index 1ce721a8b..5c73477d2 100644
--- a/cmd/zfs/Makefile.am
+++ b/cmd/zfs/Makefile.am
@@ -16,6 +16,8 @@ zfs_LDADD = \
$(top_builddir)/lib/libnvpair/libnvpair.la \
$(top_builddir)/lib/libuutil/libuutil.la
+zfs_LDADD += $(LTLIBINTL)
+
if BUILD_FREEBSD
-zfs_LDADD += -L/usr/local/lib -lintl -lgeom -ljail
+zfs_LDADD += -lgeom -ljail
endif