]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - cddl/lib/libavl/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / cddl / lib / libavl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl
4
5 LIB=    avl
6 SRCS=   avl.c
7 WARNS?= 0
8 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
9 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
10
11 .include <bsd.lib.mk>