1# $FreeBSD: stable/10/cddl/usr.sbin/dtrace/tests/common/print/Makefile 279418 2015-02-28 23:30:06Z markj $
2
3#
4# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
5#
6
7TESTFILES= \
8     err.D_PRINT_AGG.bad.d  \
9     err.D_PRINT_VOID.bad.d  \
10     err.D_PROTO_LEN.bad.d  \
11     tst.array.d  \
12     tst.array.d.out  \
13     tst.bitfield.d  \
14     tst.bitfield.d.out  \
15     tst.dyn.d  \
16     tst.enum.d  \
17     tst.enum.d.out  \
18     tst.primitive.d  \
19     tst.primitive.d.out  \
20     tst.struct.d  \
21     tst.struct.d.out  \
22     tst.xlate.d  \
23     tst.xlate.d.out  \
24
25TESTEXES= \
26
27
28CFILES= \
29
30
31
32.include "../../Makefile.inc1"
33