diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2009-08-17 08:03:02 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2009-08-17 08:03:02 +0000 |
commit | 830940567b49bb0c08dfaed40418999e76616909 (patch) | |
tree | be5cb4d247eda7c8ec21173283e71b82b8c2d0f7 /cddl/lib | |
parent | 48423f5d8f99bce81b7d0b1d3a0199a94e294767 (diff) | |
download | src-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')
-rw-r--r-- | cddl/lib/libnvpair/Makefile | 1 |
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> |