freebsd-dev/lib/libexpat/Makefile
Poul-Henning Kamp 4e07a41bac Build libexpat out of src/contrib/expat.
Not connected to the build yet.
2002-10-02 07:35:35 +00:00

21 lines
342 B
Makefile

# $FreeBSD$
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 <bsd.lib.mk>