xref: /netbsd-src/external/mit/xorg/tools/makestrs/Makefile (revision a77ebd868432a4d7e595fb7709cfc1b8f144789b)
1#	$NetBSD: Makefile,v 1.6 2018/05/01 19:59:44 christos Exp $
2
3.include <bsd.hostinit.mk>
4
5.PATH:	${X11SRCDIR.Xt}/util
6
7PROG=	makestrs
8SRCS=	makestrs.c
9
10CPPFLAGS+=	-I.
11
12.include <bsd.prog.mk>
13