]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - cddl/lib/libavl/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
8 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
9
10 .include <bsd.lib.mk>