aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2013-08-25 21:54:41 +0000
committerMark Johnston <markj@FreeBSD.org>2013-08-25 21:54:41 +0000
commit57f6086735175ec16d6ba1b51128a7ae2dadd373 (patch)
treec2b1016fdbcd18b8a7c9f33a21b6c2bb2b755348 /cddl/lib/libdtrace/Makefile
parentffeed888425ad57e8754ee30aa58e86c2a411470 (diff)
downloadsrc-57f6086735175ec16d6ba1b51128a7ae2dadd373.tar.gz
src-57f6086735175ec16d6ba1b51128a7ae2dadd373.zip
Implement the ip, tcp, and udp DTrace providers. The probe definitions use
dynamic translation so that their arguments match the definitions for these providers in Solaris and illumos. Thus, existing scripts for these providers should work unmodified on FreeBSD. Tested by: gnn, hiren MFC after: 1 month
Notes
Notes: svn path=/head/; revision=254889
Diffstat (limited to 'cddl/lib/libdtrace/Makefile')
-rw-r--r--cddl/lib/libdtrace/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cddl/lib/libdtrace/Makefile b/cddl/lib/libdtrace/Makefile
index 4fd7faefc3d8..46f7046d874f 100644
--- a/cddl/lib/libdtrace/Makefile
+++ b/cddl/lib/libdtrace/Makefile
@@ -48,8 +48,11 @@ SRCS= dt_aggregate.c \
DSRCS= errno.d \
io.d \
+ ip.d \
psinfo.d \
signal.d \
+ tcp.d \
+ udp.d \
unistd.d
WARNS?= 1