xref: /minix3/external/mit/xorg/include/fontcacheproto/Makefile (revision 971bb1a5878d19f91739f74fd389e6c5108cb7fa)
1#	$NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
2
3.include <bsd.own.mk>
4
5.PATH:	${X11SRCDIR.fontcacheproto}
6
7INCS=	fontcache.h fontcacheP.h fontcachstr.h
8INCSDIR=${X11INCDIR}/X11/extensions
9
10NOOBJ=	# defined
11
12PKGCONFIG=	fontcacheproto
13
14.include <bsd.x11.mk>
15.include <bsd.prog.mk>
16