Unbreak world.
[dragonfly.git] / gnu / usr.bin / gdb / libopcodes / Makefile
... / ...
CommitLineData
1# $DragonFly: src/gnu/usr.bin/gdb/libopcodes/Makefile,v 1.2 2008/07/30 01:48:14 corecode Exp $
2
3.include "../Makefile.inc"
4
5LIB= opcodes
6INTERNALLIB= true
7
8CONTRIBDIR= ${BASEDIR}/opcodes
9.PATH: ${CONTRIBDIR}
10
11CFLAGS+= -I${BASEDIR}/include -I${.CURDIR} -I${.CURDIR}/../libbfd -I${.OBJDIR}/../libbfd
12
13SRCS= dis-buf.c dis-init.c disassemble.c
14
15.include "Makefile.${MACHINE_ARCH}"
16
17.include <bsd.lib.mk>