1#	$NetBSD: Makefile,v 1.4 2020/10/21 15:12:15 maya Exp $
2
3.include <bsd.own.mk>
4
5.PATH:	${X11SRCDIR.freetype}/include/freetype/config
6
7INCSDIR=${X11INCDIR}/freetype2/freetype/config
8
9INCS=	ftconfig.h ftheader.h ftmodule.h ftoption.h ftstdlib.h
10INCS+=	integer-types.h mac-support.h public-macros.h
11
12.include <bsd.x11.mk>
13.include <bsd.prog.mk>
14