summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/lib/Makefile1
-rw-r--r--usr/src/lib/libzfs/Makefile5
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile
index 8e30372a72..171641d7c3 100644
--- a/usr/src/lib/Makefile
+++ b/usr/src/lib/Makefile
@@ -295,6 +295,7 @@ MSGSUBDIRS= \
libwanboot \
libwanbootutil \
libwladm \
+ libzfs \
libzonecfg \
lvm \
madv \
diff --git a/usr/src/lib/libzfs/Makefile b/usr/src/lib/libzfs/Makefile
index d940a6d3d3..12cf832a36 100644
--- a/usr/src/lib/libzfs/Makefile
+++ b/usr/src/lib/libzfs/Makefile
@@ -19,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -40,8 +40,7 @@ clobber := TARGET= clobber
install := TARGET= install
lint := TARGET= lint
-MSGFILES = common/libzfs_dataset.c common/libzfs_mount.c \
- common/libzfs_util.c
+MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
POFILE = libzfs.po
.KEEP_STATE: