Makefile revision 279418
1279418Smarkj# $FreeBSD: head/cddl/usr.sbin/dtrace/tests/common/providers/Makefile 279418 2015-02-28 23:30:06Z markj $
2279418Smarkj
3279418Smarkj#
4279418Smarkj# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
5279418Smarkj#
6279418Smarkj
7279418SmarkjTESTFILES= \
8279418Smarkj     err.D_PDESC_INVAL.wrongdec4.d  \
9279418Smarkj     err.D_PDESC_ZERO.nonprofile.d  \
10279418Smarkj     err.D_PDESC_ZERO.wrongdec1.d  \
11279418Smarkj     err.D_PDESC_ZERO.wrongdec2.d  \
12279418Smarkj     err.D_PDESC_ZERO.wrongdec3.d  \
13279418Smarkj     tst.basics.d  \
14279418Smarkj     tst.basics.d.out  \
15279418Smarkj     tst.beginexit.d  \
16279418Smarkj     tst.beginprof.d  \
17279418Smarkj     tst.beginprof.d.out  \
18279418Smarkj     tst.probattrs.d  \
19279418Smarkj     tst.probattrs.d.out  \
20279418Smarkj     tst.probefunc.d  \
21279418Smarkj     tst.probefunc.d.out  \
22279418Smarkj     tst.probemod.d  \
23279418Smarkj     tst.probemod.d.out  \
24279418Smarkj     tst.probename.d  \
25279418Smarkj     tst.probename.d.out  \
26279418Smarkj     tst.probprov.d  \
27279418Smarkj     tst.probprov.d.out  \
28279418Smarkj     tst.profend.d  \
29279418Smarkj     tst.profend.d.out  \
30279418Smarkj     tst.profexit.d  \
31279418Smarkj     tst.profexit.d.out  \
32279418Smarkj     tst.trace.d  \
33279418Smarkj     tst.trace.d.out  \
34279418Smarkj     tst.twoprof.d  \
35279418Smarkj     tst.twoprof.d.out  \
36279418Smarkj
37279418SmarkjTESTEXES= \
38279418Smarkj
39279418Smarkj
40279418SmarkjCFILES= \
41279418Smarkj
42279418Smarkj
43279418Smarkj
44279418Smarkj.include "../../Makefile.inc1"
45