head	1.4;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.1
	RELENG_3_4_0_RELEASE:1.3.2.1
	RELENG_3_3_0_RELEASE:1.3.2.1
	RELENG_3_2_0_RELEASE:1.3.2.1
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.1.1.1.2.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.1.1.1.2.1
	RELENG_2_2_6_RELEASE:1.1.1.1.2.1
	RELENG_2_2_5_RELEASE:1.1.1.1.2.1
	RELENG_2_2_2_RELEASE:1.1.1.1.2.1
	RELENG_2_2:1.1.1.1.0.2
	v1_0:1.1.1.1
	TRAINA:1.1.1;
locks; strict;
comment	@# @;


1.4
date	99.05.02.19.51.41;	author dfr;	state dead;
branches;
next	1.3;

1.3
date	98.05.01.14.48.04;	author bde;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	97.04.26.17.34.04;	author pst;	state Exp;
branches;
next	1.1;

1.1
date	97.04.25.22.25.22;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.04.25.22.25.22;	author pst;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	97.04.26.17.34.51;	author pst;	state Exp;
branches;
next	1.1.1.1.2.2;

1.1.1.1.2.2
date	99.09.05.11.06.29;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.05.08.08.58.45;	author dfr;	state dead;
branches;
next	;


desc
@@


1.4
log
@Remove old bmake framework for gdb. It has moved to live next to binutils.
@
text
@#	$Id: Makefile,v 1.3 1998/05/01 14:48:04 bde 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>
@


1.3
log
@Inherit BINDIR properly.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1997/04/26 17:34:04 pst Exp $
@


1.3.2.1
log
@MFC: Import gdb-4.18

Approved by: core
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1998/05/01 14:48:04 bde Exp $
@


1.2
log
@Activate gdbserver and gdbreplay
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
a8 1
BINDIR=	/usr/bin
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
d14 1
a14 1
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
@


1.1.1.1
log
@Initial import of gdbreplay build structure
@
text
@@


1.1.1.1.2.1
log
@Merge from head: Activate gdbserver and gdbreplay
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
d14 1
a14 1
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
@


1.1.1.1.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

