freebsd-dev/gnu/usr.bin/binutils/libopcodes/Makefile
John Polstra f07eaee2fc Replace empty install targets with definitions of INTERNALLIB and
INTERNALSTATICLIB to suppress installation of internal libraries.
1998-03-12 05:14:19 +00:00

18 lines
280 B
Makefile

#
# $Id: Makefile,v 1.2 1998/03/12 02:55:32 jdp Exp $
#
.include "../Makefile.inc0"
.PATH: ${SRCDIR}/opcodes
LIB= opcodes
SRCS+= dis-buf.c disassemble.c
CFLAGS+= -I${SRCDIR}/opcodes
NOPROFILE= true
NOPIC= true
INTERNALLIB= true
INTERNALSTATICLIB=true
.include <bsd.lib.mk>