aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile
blob: 493d55048173246d0d9bdf7f80c997f26379c0e6 (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
# $FreeBSD$

#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#

TESTFILES= \
     err.invalidpid.d  \
     err.invalidpid2.d  \
     err.invalidpid3.d  \
     err.invalidtype.ksh  \
     err.invalidtype2.ksh  \
     err.user64mode.ksh  \
     tst.aouttype.ksh  \
     tst.chasestrings.ksh  \
     tst.chasestrings.ksh.out  \
     tst.libtype.ksh  \
     tst.linkmap.ksh  \
     tst.pidprint.ksh  \
     tst.pidprinttarg.ksh  \
     tst.printtype.ksh  \
     tst.printtype.ksh.out  \
     tst.printtypetarg.ksh  \
     tst.userlandkey.ksh  \
     tst.userlandkey.ksh.out  \
     tst.userstrings.ksh  \
     tst.userstrings.ksh.out  \

TESTEXES= \


CFILES= \
     tst.aouttype.c  \
     tst.chasestrings.c  \
     tst.libtype.c  \
     tst.printtype.c  \


WITH_CTF=YES

.include "../../Makefile.inc1"