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