]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/lib/libavl/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>