mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
23 lines
364 B
Makefile
23 lines
364 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
#
|
||
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
||
|
|
#
|
||
|
|
|
||
|
|
TESTFILES= \
|
||
|
|
err.D_STACK_PROTO.bad.d \
|
||
|
|
err.D_STACK_SIZE.d \
|
||
|
|
err.D_USTACK_FRAMES.bad.d \
|
||
|
|
err.D_USTACK_PROTO.bad.d \
|
||
|
|
err.D_USTACK_STRSIZE.bad.d \
|
||
|
|
tst.default.d \
|
||
|
|
|
||
|
|
TESTEXES= \
|
||
|
|
|
||
|
|
|
||
|
|
CFILES= \
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.include "../../Makefile.inc1"
|