diff options
author | Kristof Provost <kp@FreeBSD.org> | 2022-07-20 22:30:53 +0000 |
---|---|---|
committer | Kristof Provost <kp@FreeBSD.org> | 2022-07-21 16:36:01 +0000 |
commit | 06016a40d6804c5eca280adfcdda460393a6dcf3 (patch) | |
tree | 40b7b9ff354adbf9dfca9c5425ade3addfd156d0 /cddl | |
parent | cfee1417fbc2455da144b32ba0e03e626c540859 (diff) | |
download | src-06016a40d6804c5eca280adfcdda460393a6dcf3.tar.gz src-06016a40d6804c5eca280adfcdda460393a6dcf3.zip |
libnvpair: install libnvpair.h
This is included by libbe/be.h.
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/lib/libnvpair/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |