Changeset View
Changeset View
Standalone View
Standalone View
cddl/usr.sbin/dtrace/Makefile
| Show All 28 Lines | |||||
| #CFLAGS+= -DNEED_ERRLOC | #CFLAGS+= -DNEED_ERRLOC | ||||
| #YFLAGS+= -d | #YFLAGS+= -d | ||||
| .if ${MK_DTRACE_ASAN} != "no" | .if ${MK_DTRACE_ASAN} != "no" | ||||
| CFLAGS+= -fsanitize=address -fsanitize=undefined | CFLAGS+= -fsanitize=address -fsanitize=undefined | ||||
| LDFLAGS+= -fsanitize=address -fsanitize=undefined | LDFLAGS+= -fsanitize=address -fsanitize=undefined | ||||
| .endif | .endif | ||||
| LIBADD= dtrace ctf elf proc spl | LIBADD= dtrace ctf elf proc spl xo | ||||
| .if ${MK_DTRACE_TESTS} != "no" | .if ${MK_DTRACE_TESTS} != "no" | ||||
| SUBDIR+= tests | SUBDIR+= tests | ||||
| .endif | .endif | ||||
| .include <bsd.prog.mk> | .include <bsd.prog.mk> | ||||