mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
libnvpair: install libnvpair.h
This is included by libbe/be.h. Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
cfee1417fb
commit
06016a40d6
@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
.PATH: ${SRCTOP}/sys/contrib/openzfs/module/nvpair
|
.PATH: ${SRCTOP}/sys/contrib/openzfs/module/nvpair
|
||||||
.PATH: ${SRCTOP}/sys/contrib/openzfs/lib/libnvpair
|
.PATH: ${SRCTOP}/sys/contrib/openzfs/lib/libnvpair
|
||||||
|
.PATH: ${SRCTOP}/sys/contrib/openzfs/include
|
||||||
|
|
||||||
LIB= nvpair
|
LIB= nvpair
|
||||||
LIBADD= spl
|
LIBADD= spl
|
||||||
|
|
||||||
PACKAGE= runtime
|
PACKAGE= runtime
|
||||||
# user
|
# user
|
||||||
|
INCS= libnvpair.h
|
||||||
SRCS= libnvpair.c \
|
SRCS= libnvpair.c \
|
||||||
libnvpair_json.c \
|
libnvpair_json.c \
|
||||||
nvpair_alloc_system.c
|
nvpair_alloc_system.c
|
||||||
|
Loading…
Reference in New Issue
Block a user