f07eaee2fc
INTERNALSTATICLIB to suppress installation of internal libraries.
18 lines
280 B
Makefile
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>
|