opnsense-src/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile
Mark Johnston f4b90f5a5c Revert r326181 for now.
We can't link an executable using -m32 until the lib32 phase of a
buildworld, though the build works fine when executing make from
cddl/usr.sbin/dtrace/tests. Some other solution will need to be found.
2017-11-27 17:54:17 +00:00

43 lines
869 B
Makefile

# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
PACKAGE= tests
${PACKAGE}FILES= \
err.invalidpid.d \
err.invalidpid2.d \
err.invalidpid3.d \
err.invalidtype.ksh \
err.invalidtype2.ksh \
err.user64mode.ksh \
tst.aouttype.ksh \
tst.chasestrings.ksh \
tst.chasestrings.ksh.out \
tst.libtype.ksh \
tst.linkmap.ksh \
tst.pidprint.ksh \
tst.pidprinttarg.ksh \
tst.printtype.ksh \
tst.printtype.ksh.out \
tst.printtypetarg.ksh \
tst.userlandkey.ksh \
tst.userlandkey.ksh.out \
tst.userstrings.ksh \
tst.userstrings.ksh.out \
TESTEXES= \
CFILES= \
tst.aouttype.c \
tst.chasestrings.c \
tst.libtype.c \
tst.printtype.c \
WITH_CTF=YES
.include "../../dtrace.test.mk"