Makefile revision 44360
1#
2# $Id: Makefile,v 1.3 1998/03/12 05:14:19 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/opcodes
8
9LIB=		opcodes
10SRCS+=		dis-buf.c disassemble.c
11CFLAGS+=	-I${SRCDIR}/opcodes -I${SRCDIR}/bfd
12NOPROFILE=	true
13NOPIC=		true
14INTERNALLIB=	true
15INTERNALSTATICLIB=true
16
17.include <bsd.lib.mk>
18