aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-01 11:17:28 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-01 11:17:28 +0000
commiteda0ab97e840f22ffc9e10ad24be8b043b32ea03 (patch)
tree9d8462554bc213c8c60bd0ce52ee499ce43f66ab /devel/Makefile
parent4bb173357e6b7554bf5344a2d9c037158965d7e6 (diff)
downloadports-eda0ab97e840f22ffc9e10ad24be8b043b32ea03.tar.gz
ports-eda0ab97e840f22ffc9e10ad24be8b043b32ea03.zip
libdasm is a C-library that tries to provide simple and convenient
way to disassemble Intel x86 raw opcode bytes (machine code). It can parse and print out opcodes in AT&T and Intel syntax. WWW: http://www.nologin.net/main.pl?action=codeView&codeId=49& PR: ports/95048 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Notes
Notes: svn path=/head/; revision=158533
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 a93a69ab2460..6c312e1cacde 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -462,6 +462,7 @@
SUBDIR += libcoro
SUBDIR += libcwd
SUBDIR += libdaemon
+ SUBDIR += libdasm
SUBDIR += libdict
SUBDIR += libdlmalloc
SUBDIR += libdnsres