summaryrefslogtreecommitdiff
path: root/lib/fontconfig/Makefile
blob: c05c1d61b286a9982792601902f8a66b39d67f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2013/03/09 14:34:40 matthieu Exp $

SUBDIR =	fc-case fc-lang fc-glyphname src \
		fc-cache fc-cat fc-list fc-match fc-pattern fc-query \
		fc-scan fc-validate conf.d pc doc

.ifmake	install
SUBDIR += fontconfig
.endif

obj:	_xenocara_obj

.include <bsd.subdir.mk>
.include <bsd.xorg.mk>