Date: Thu, 21 Jul 2022 16:36:50 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 06016a40d680 - main - libnvpair: install libnvpair.h Message-ID: <202207211636.26LGaoVL034476@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=06016a40d6804c5eca280adfcdda460393a6dcf3 commit 06016a40d6804c5eca280adfcdda460393a6dcf3 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-07-20 22:30:53 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-07-21 16:36:01 +0000 libnvpair: install libnvpair.h This is included by libbe/be.h. Sponsored by: Rubicon Communications, LLC ("Netgate") --- cddl/lib/libnvpair/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile index aaf76ed3fb28..d436b9b1df27 100644 --- a/cddl/lib/libnvpair/Makefile +++ b/cddl/lib/libnvpair/Makefile @@ -2,12 +2,14 @@ .PATH: ${SRCTOP}/sys/contrib/openzfs/module/nvpair .PATH: ${SRCTOP}/sys/contrib/openzfs/lib/libnvpair +.PATH: ${SRCTOP}/sys/contrib/openzfs/include LIB= nvpair LIBADD= spl PACKAGE= runtime # user +INCS= libnvpair.h SRCS= libnvpair.c \ libnvpair_json.c \ nvpair_alloc_system.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207211636.26LGaoVL034476>