summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libzfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/lib/libzfs/Makefile')
-rw-r--r--cddl/lib/libzfs/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/cddl/lib/libzfs/Makefile b/cddl/lib/libzfs/Makefile
index a896b8f..30c516b 100644
--- a/cddl/lib/libzfs/Makefile
+++ b/cddl/lib/libzfs/Makefile
@@ -10,14 +10,17 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
SRCS= deviceid.c \
- mnttab.c \
+ fsshare.c \
mkdirp.c \
+ mnttab.c \
zmount.c \
- fsshare.c \
zone.c
-SRCS+= zfs_namecheck.c \
+SRCS+= zfs_deleg.c \
+ zfs_namecheck.c \
zfs_prop.c \
+ zpool_prop.c \
+ zprop_common.c \
libzfs_dataset.c \
libzfs_util.c \
libzfs_graph.c \
@@ -26,6 +29,7 @@ SRCS+= zfs_namecheck.c \
libzfs_changelist.c \
libzfs_config.c \
libzfs_import.c \
+ libzfs_sendrecv.c \
libzfs_status.c
CFLAGS+= -DZFS_NO_ACL
OpenPOWER on IntegriCloud