summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-15 20:07:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-15 20:07:30 +0000
commita0bdaffbf3a937e994e6a061af7592148e02af2a (patch)
tree23df5242d8c826166f2c358850b5077f68adb033 /sysutils/Makefile
parentI do not understand why something that is like truss/ktrace is in "devel" (diff)
ltrace is a dynamic library tracer. ltrace is a debugging tool, similar to
strace, but it traces library calls instead of system calls.
Notes
Notes: svn path=/head/; revision=48813
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 91e28bbc2b74..0d8ce534ec23 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -85,6 +85,7 @@
SUBDIR += logtool
SUBDIR += lsmlib
SUBDIR += lsof
+ SUBDIR += ltrace
SUBDIR += maint
SUBDIR += manck
SUBDIR += medusa