mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
25 lines
385 B
Makefile
25 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
PACKAGE= tests
|
|
|
|
${PACKAGE}FILES= \
|
|
tst.else.d \
|
|
tst.if.d \
|
|
tst.if2.d \
|
|
tst.if_before_after.d \
|
|
tst.if_nested.d \
|
|
tst.if_trailing_semicolon.d \
|
|
tst.if_trailing_semicolon2.d \
|
|
|
|
TESTEXES= \
|
|
|
|
|
|
CFILES= \
|
|
|
|
|
|
|
|
.include "../../dtrace.test.mk"
|