Another round of spelling fixes in manpages, messages, readmes etc.
[dragonfly/vkernel-mp.git] / gnu / usr.bin / gdb / libopcodes / Makefile
blob592ead84a153b15440a5ba9451e8ed9d1387c910
1 # $DragonFly: src/gnu/usr.bin/gdb/libopcodes/Makefile,v 1.1 2004/10/23 19:02:38 joerg Exp $
3 .include "../Makefile.inc"
5 LIB= opcodes
6 INTERNALLIB= true
8 CONTRIBDIR= ${BASEDIR}/opcodes
9 .PATH: ${CONTRIBDIR}
11 CFLAGS+= -I${BASEDIR}/include -I${.CURDIR} -I${.CURDIR}/../libbfd
13 SRCS= dis-buf.c dis-init.c disassemble.c
15 .include "Makefile.${MACHINE_ARCH}"
17 .include <bsd.lib.mk>