Index: head/cddl/lib/libavl/Makefile =================================================================== --- head/cddl/lib/libavl/Makefile +++ head/cddl/lib/libavl/Makefile @@ -2,6 +2,7 @@ .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl +PACKAGE= runtime LIB= avl SRCS= avl.c WARNS?= 3 Index: head/cddl/lib/libnvpair/Makefile =================================================================== --- head/cddl/lib/libnvpair/Makefile +++ head/cddl/lib/libnvpair/Makefile @@ -5,6 +5,7 @@ LIB= nvpair +PACKAGE= runtime INCS= libnvpair.h SRCS= libnvpair.c \ nvpair_alloc_system.c \ Index: head/cddl/lib/libumem/Makefile =================================================================== --- head/cddl/lib/libumem/Makefile +++ head/cddl/lib/libumem/Makefile @@ -2,6 +2,7 @@ .PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem +PACKAGE= runtime LIB= umem SRCS= umem.c WARNS?= 3 Index: head/cddl/lib/libuutil/Makefile =================================================================== --- head/cddl/lib/libuutil/Makefile +++ head/cddl/lib/libuutil/Makefile @@ -3,6 +3,7 @@ .PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libuutil/common .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl +PACKAGE= runtime LIB= uutil SRCS= avl.c \ uu_alloc.c \ Index: head/cddl/lib/libzfs/Makefile =================================================================== --- head/cddl/lib/libzfs/Makefile +++ head/cddl/lib/libzfs/Makefile @@ -6,6 +6,7 @@ .PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libzfs/common .PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libcmdutils/common +PACKAGE= runtime LIB= zfs LIBADD= md pthread umem util uutil m avl bsdxml geom nvpair z zfs_core SRCS= deviceid.c \ Index: head/cddl/lib/libzfs_core/Makefile =================================================================== --- head/cddl/lib/libzfs_core/Makefile +++ head/cddl/lib/libzfs_core/Makefile @@ -8,6 +8,7 @@ LIB= zfs_core LIBADD= nvpair +PACKAGE= runtime INCS= libzfs_core.h SRCS= libzfs_core.c \ Index: head/cddl/sbin/zfs/Makefile =================================================================== --- head/cddl/sbin/zfs/Makefile +++ head/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 Index: head/cddl/sbin/zpool/Makefile =================================================================== --- head/cddl/sbin/zpool/Makefile +++ head/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