Print this page
4474 DTrace Userland CTF Support
4475 DTrace userland Keyword
4476 DTrace tests should be better citizens
4479 pid provider types
4480 dof emulation missing checks
Reviewed by: Bryan Cantrill <bryan@joyent.com>
*** 27,36 ****
--- 27,37 ----
PROG = dtrace
OBJS = dtrace.o
SRCS = $(OBJS:%.o=../%.c)
include ../../Makefile.cmd
+ include ../../Makefile.ctf
CFLAGS += $(CCVERBOSE)
CFLAGS64 += $(CCVERBOSE)
LDLIBS += -ldtrace -lproc -lctf -lelf
*** 51,57 ****
--- 52,59 ----
lint: lint_SRCS
%.o: ../%.c
$(COMPILE.c) $<
+ $(POST_PROCESS_O)
include ../../Makefile.targ