]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - cddl/lib/libnvpair/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / cddl / lib / libnvpair / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libnvpair
4 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/nvpair
5
6 LIB=    nvpair
7
8 SRCS=   libnvpair.c \
9         nvpair_alloc_system.c \
10         nvpair_alloc_fixed.c \
11         nvpair.c
12
13 WARNS?= 0
14 CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/include
15 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
16 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
17 CFLAGS+= -I${.CURDIR}/../../../sys
18
19 .include <bsd.lib.mk>