aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libnvpair
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2009-08-17 08:03:02 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2009-08-17 08:03:02 +0000
commit830940567b49bb0c08dfaed40418999e76616909 (patch)
treebe5cb4d247eda7c8ec21173283e71b82b8c2d0f7 /cddl/lib/libnvpair
parent48423f5d8f99bce81b7d0b1d3a0199a94e294767 (diff)
downloadsrc-830940567b49bb0c08dfaed40418999e76616909.tar.gz
src-830940567b49bb0c08dfaed40418999e76616909.zip
Remove files that are no longer used.
Discussed with: kmacy Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=196289
Diffstat (limited to 'cddl/lib/libnvpair')
-rw-r--r--cddl/lib/libnvpair/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile
index 120339002ce4..7bf500193dc7 100644
--- a/cddl/lib/libnvpair/Makefile
+++ b/cddl/lib/libnvpair/Makefile
@@ -13,5 +13,6 @@ SRCS= libnvpair.c \
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/include
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
+CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.lib.mk>