aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libopcodes
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-03-01 23:41:17 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-03-01 23:41:17 +0000
commit2e280533a10eaa08d9445ae220903bf26e5519ff (patch)
treedbe5f2021921d52092f7ed2bd4e64f726eec285a /gnu/usr.bin/binutils/libopcodes
parent12df71b07cfc4e6d9f15120080013d09547b4a99 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes')
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile17
-rw-r--r--gnu/usr.bin/binutils/libopcodes/config.h11
2 files changed, 28 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile
new file mode 100644
index 000000000000..94f1cee04b0d
--- /dev/null
+++ b/gnu/usr.bin/binutils/libopcodes/Makefile
@@ -0,0 +1,17 @@
+#
+# $Id$
+#
+
+.include "../Makefile.inc0"
+
+.PATH: ${SRCDIR}/opcodes
+
+LIB= opcodes
+SRCS= i386-dis.c dis-buf.c disassemble.c
+CFLAGS+= -I${SRCDIR}/opcodes
+NOPROFILE= true
+NOPIC= true
+
+install:
+
+.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h
new file mode 100644
index 000000000000..7a96285a1808
--- /dev/null
+++ b/gnu/usr.bin/binutils/libopcodes/config.h
@@ -0,0 +1,11 @@
+/* config.h. Generated automatically by configure. */
+/* config.in. Generated automatically from configure.in by autoheader. */
+
+/* Define if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1