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     tst.stop1.d  \
11     tst.stop2.d  \
12
13TESTEXES= \
14
15
16CFILES= \
17     tst.stop1.c  \
18     tst.stop2.c  \
19
20
21.include "../../dtrace.test.mk"
22