xref: /netbsd-src/external/mit/xorg/include/xorgproto/X11/fonts/Makefile (revision 4bb54eb227cc5bba6cca5367acfb4a63dcfb0ff0)
1#	$NetBSD: Makefile,v 1.1 2018/03/14 08:55:36 mrg Exp $
2
3.include <bsd.own.mk>
4
5.PATH:	${X11SRCDIR.xorgproto}/include/X11/fonts
6
7INCS=	FS.h \
8	FSproto.h \
9	font.h \
10	fontproto.h \
11	fontstruct.h \
12	fsmasks.h
13INCSDIR=${X11INCDIR}/X11/fonts
14
15NOOBJ=	# defined
16
17.include <bsd.x11.mk>
18.include <bsd.prog.mk>
19