1# 2# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh. 3# 4 5PACKAGE= tests 6 7${PACKAGE}FILES= \ 8 tst.create.ksh \ 9 tst.discard.ksh \ 10 tst.exec.ksh \ 11 tst.execfail.ENOENT.ksh \ 12 tst.execfail.ksh \ 13 tst.exitcore.ksh \ 14 tst.exitexit.ksh \ 15 tst.exitkilled.ksh \ 16 tst.signal.ksh \ 17 tst.sigwait.d \ 18 tst.startexit.ksh \ 19 20TESTEXES= \ 21 22 23CFILES= \ 24 tst.exitcore.c \ 25 tst.sigwait.c \ 26 27 28LIBADD.tst.sigwait.exe+= rt 29 30.include "../../dtrace.test.mk" 31