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.create.ksh \ 11 tst.discard.ksh \ 12 tst.exec.ksh \ 13 tst.execfail.ENOENT.ksh \ 14 tst.execfail.ksh \ 15 tst.exitcore.ksh \ 16 tst.exitexit.ksh \ 17 tst.exitkilled.ksh \ 18 tst.signal.ksh \ 19 tst.sigwait.d \ 20 tst.startexit.ksh \ 21 22TESTEXES= \ 23 24 25CFILES= \ 26 tst.exitcore.c \ 27 tst.sigwait.c \ 28 29 30LIBADD.tst.sigwait.exe+= rt 31 32.include "../../dtrace.test.mk" 33