summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/gdbreplay/Makefile
blob: 1d93cc3875de1c5a01045c921e39b6c82baaeb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.2 1997/04/26 17:34:04 pst Exp $

GDBDIR=	${.CURDIR}/../../../../contrib/gdb
.PATH:	${GDBDIR}/gdb/gdbserver
.PATH:	${GDBDIR}/gdb
.PATH:	${GDBDIR}/opcodes

PROG=	gdbreplay
NOMAN=	yes

SRCS=	gdbreplay.c

CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud