xref: /freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/sugar/Makefile (revision 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9)
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.else.d  \
10     tst.if.d  \
11     tst.if2.d  \
12     tst.if_before_after.d  \
13     tst.if_nested.d  \
14     tst.if_trailing_semicolon.d  \
15     tst.if_trailing_semicolon2.d  \
16
17TESTEXES= \
18
19
20CFILES= \
21
22
23
24.include "../../dtrace.test.mk"
25