Makefile revision 104352
1# $FreeBSD: head/lib/libexpat/Makefile 104352 2002-10-02 07:35:35Z phk $
2
3EXPAT=	${.CURDIR}/../../contrib/expat
4
5# Please use the same SHLIB_MAJOR as for the corresponding expat
6# version in ports, as long as this is applicable.
7
8SHLIB_MAJOR=	4
9
10LIB=	expat
11
12.PATH:	${EXPAT}/lib
13
14CFLAGS += -I${EXPAT}/lib -I${EXPAT} -I${.CURDIR}
15
16SRCS=	xmlparse.c xmlrole.c xmltok.c
17
18INCS=	expat.h
19
20.include <bsd.lib.mk>
21