]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/lib/libavl/Makefile
Update nvi to 2.1.3 which fixes the data corruption when locale conversion
[FreeBSD/FreeBSD.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>