25 lines
408 B
Makefile
25 lines
408 B
Makefile
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
PACKAGE= tests
|
|
|
|
${PACKAGE}FILES= \
|
|
annotated_helper.d \
|
|
helper_helper.d \
|
|
tst.annotated.d \
|
|
tst.annotated.d.out \
|
|
tst.circstack.d \
|
|
tst.helper.d \
|
|
tst.helper.d.out \
|
|
|
|
TESTEXES= \
|
|
|
|
|
|
CFILES= \
|
|
tst.annotated.c \
|
|
tst.helper.c \
|
|
|
|
|
|
.include "../../dtrace.test.mk"
|