summaryrefslogtreecommitdiff
path: root/external/mit/xorg/tools/makestrs/Makefile
blob: 1d19b8ffe01553adcc85033de77e657f9572ef64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.4 2015/06/24 22:20:26 matt Exp $

NOMAN=	1

.include <bsd.own.mk>

.PATH:	${X11SRCDIR.Xt}/util

PROG=	makestrs
SRCS=	makestrs.c

CPPFLAGS+=	-I.

.include <bsd.prog.mk>