mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
28 lines
543 B
Makefile
28 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
TESTFILES= \
|
|
err.D_OFFSETOF_BITFIELD.bitfield.d \
|
|
err.D_OFFSETOF_TYPE.badtype.d \
|
|
err.D_OFFSETOF_TYPE.notsou.d \
|
|
err.D_UNKNOWN.OffsetofNULL.d \
|
|
err.D_UNKNOWN.badmemb.d \
|
|
tst.OffsetofAlias.d \
|
|
tst.OffsetofArith.d \
|
|
tst.OffsetofUnion.d \
|
|
tst.struct.d \
|
|
tst.struct.d.out \
|
|
tst.union.d \
|
|
tst.union.d.out \
|
|
|
|
TESTEXES= \
|
|
|
|
|
|
CFILES= \
|
|
|
|
|
|
|
|
.include "../../dtrace.test.mk"
|