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