aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-18 10:10:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-18 10:10:56 +0000
commit07e3dedf9702916653e21b54aa9500286ff0f7f2 (patch)
tree12bfc097b7925766095973a6d62526a695de510a /devel/Makefile
parentb2320580f5d85f574e82082b533602a163f218d3 (diff)
The libdisasm library provides basic disassembly of Intel x86
instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format which includes detailed instruction and operand type information. WWW: http://bastard.sourceforge.net/libdisasm.html PR: ports/108067 Submitted by: Lutz Boehne <lboehne at damogran.de>
Notes
Notes: svn path=/head/; revision=182713
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 82f72495a3d6..a93514356ca6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -519,6 +519,7 @@
SUBDIR += libdasm
SUBDIR += libdfui
SUBDIR += libdict
+ SUBDIR += libdisasm
SUBDIR += libdlmalloc
SUBDIR += libdnsres
SUBDIR += libds