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,10 +27,11 @@
 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,7 +52,8 @@
 
 lint: lint_SRCS
 
 %.o: ../%.c
         $(COMPILE.c) $<
+        $(POST_PROCESS_O)
 
 include ../../Makefile.targ