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