1# $FreeBSD$
2
3#
4# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
5#
6
7PACKAGE=	tests
8
9${PACKAGE}FILES= \
10     err.D_PDESC_ZERO.notreturn.d  \
11     tst.basic.d  \
12     tst.functionentry.d  \
13     tst.functionreturnvalue.d  \
14     tst.ioctlargs.d  \
15     tst.offset.d  \
16     tst.offsetzero.d  \
17     tst.return.d  \
18     tst.return0.d  \
19     tst.tailcall.d  \
20
21TESTEXES= \
22
23
24CFILES= \
25
26
27
28.include "../../dtrace.test.mk"
29