Makefile revision 279418
1# $FreeBSD: head/cddl/usr.sbin/dtrace/tests/common/json/Makefile 279418 2015-02-28 23:30:06Z markj $
2
3#
4# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
5#
6
7TESTFILES= \
8     tst.general.d  \
9     tst.general.d.out  \
10     tst.strsize.d  \
11     tst.strsize.d.out  \
12     tst.usdt.d  \
13     tst.usdt.d.out  \
14     usdt.d  \
15
16TESTEXES= \
17
18
19CFILES= \
20     tst.usdt.c  \
21
22
23.include "../../Makefile.inc1"
24