pkgbase: Force zfs(8) and zpool(8) to be in the runtime package
Those commands are needed to repair a FreeBSD installation so add them to the runtime package Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21498
This commit is contained in:
parent
c36af07ed9
commit
c8114f8ed2
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl
|
||||
|
||||
PACKAGE= runtime
|
||||
LIB= avl
|
||||
SRCS= avl.c
|
||||
WARNS?= 3
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
LIB= nvpair
|
||||
|
||||
PACKAGE= runtime
|
||||
INCS= libnvpair.h
|
||||
SRCS= libnvpair.c \
|
||||
nvpair_alloc_system.c \
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
|
||||
|
||||
PACKAGE= runtime
|
||||
LIB= umem
|
||||
SRCS= umem.c
|
||||
WARNS?= 3
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
LIB= zfs_core
|
||||
LIBADD= nvpair
|
||||
PACKAGE= runtime
|
||||
|
||||
INCS= libzfs_core.h
|
||||
SRCS= libzfs_core.c \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user