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 annotated_helper.d \ 11 helper_helper.d \ 12 tst.annotated.d \ 13 tst.annotated.d.out \ 14 tst.circstack.d \ 15 tst.helper.d \ 16 tst.helper.d.out \ 17 18TESTEXES= \ 19 20 21CFILES= \ 22 tst.annotated.c \ 23 tst.helper.c \ 24 25 26.include "../../dtrace.test.mk" 27