aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libuutil/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:07:49 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:07:49 +0000
commitc2a7c3bedd9f6d0d97918c7253df31722c7d47fa (patch)
treee8bf5e647efb0cae5702eed43fbac388d5a80463 /cddl/lib/libuutil/Makefile
parent8d250cb461c13548e0a1fea4b5246dd4213bbe65 (diff)
downloadsrc-c2a7c3bedd9f6d0d97918c7253df31722c7d47fa.tar.gz
src-c2a7c3bedd9f6d0d97918c7253df31722c7d47fa.zip
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
Notes
Notes: svn path=/head/; revision=351850
Diffstat (limited to 'cddl/lib/libuutil/Makefile')
-rw-r--r--cddl/lib/libuutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libuutil/Makefile b/cddl/lib/libuutil/Makefile
index a5d9807b7a82..63997c70c236 100644
--- a/cddl/lib/libuutil/Makefile
+++ b/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 \