xref: /freebsd-14.2/lib/libexpat/Makefile (revision 4e07a41b)
1# $FreeBSD$
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