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