diff options
Diffstat (limited to 'cddl/sbin')
-rw-r--r-- | cddl/sbin/zfs/Makefile | 1 | ||||
-rw-r--r-- | cddl/sbin/zpool/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile index f07b7a33b41e..e3645bd362b7 100644 --- a/cddl/sbin/zfs/Makefile +++ b/cddl/sbin/zfs/Makefile @@ -2,6 +2,7 @@ .PATH: ${SRCTOP}/cddl/contrib/opensolaris/cmd/zfs +PACKAGE= runtime PROG= zfs MAN= zfs.8 zfs-program.8 SRCS= zfs_main.c zfs_iter.c diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile index 0276258dcaf5..f4a3b9b6f5cc 100644 --- a/cddl/sbin/zpool/Makefile +++ b/cddl/sbin/zpool/Makefile @@ -4,6 +4,7 @@ .PATH: ${SRCTOP}/cddl/contrib/opensolaris/cmd/stat/common .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/zfs +PACKAGE= runtime PROG= zpool MAN= zpool.8 zpool-features.7 SRCS= zpool_main.c zpool_vdev.c zpool_iter.c zpool_util.c zfs_comutil.c |