# $FreeBSD: head/lib/libexpat/Makefile 104352 2002-10-02 07:35:35Z phk $ EXPAT= ${.CURDIR}/../../contrib/expat # Please use the same SHLIB_MAJOR as for the corresponding expat # version in ports, as long as this is applicable. SHLIB_MAJOR= 4 LIB= expat .PATH: ${EXPAT}/lib CFLAGS += -I${EXPAT}/lib -I${EXPAT} -I${.CURDIR} SRCS= xmlparse.c xmlrole.c xmltok.c INCS= expat.h .include