aboutsummaryrefslogtreecommitdiff
path: root/test/cxxfilt/ts/common/ts.mk
blob: 12429b2a943a2c93b05da2b5b108a6559bfd1678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$

TCLIST?=	tclist

.PHONY: all

all: tc

tc: ${TCLIST}
	${.CURDIR}/../common/gen.awk ${.ALLSRC} > ${.TARGET}
	chmod +x ${.TARGET}

clean:
	rm -rf tc