diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-07-06 11:23:14 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-07-06 11:23:14 +0000 |
| commit | 3cafc9a654f5d0173b4f20cfd1c5f3e3e3f6502f (patch) | |
| tree | c189394d60b69e3f4cede0df74e69ae92ac48d21 /lib/libnv | |
| parent | a7a7f5b472a8934cbafd5c2989d74ee2514c19f7 (diff) | |
Notes
Diffstat (limited to 'lib/libnv')
| -rw-r--r-- | lib/libnv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile index 6bba1f78a7133..26df47809ce22 100644 --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -17,6 +17,9 @@ SRCS+= msgio.c SRCS+= nvlist.c SRCS+= nvpair.c +INCSDIR= ${INCLUDEDIR}/sys +INCS= ${SRCTOP}/sys/sys/cnv.h ${SRCTOP}/sys/sys/nv.h + HAS_TESTS= SUBDIR.${MK_TESTS}+= tests |
