head	1.2;
access;
symbols
	BEFORE_BU_2_12:1.1
	BEFORE_BU_2112_snap:1.1
	BEFORE_BU_2110:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.30.05.29.43;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2001.03.25.02.20.37;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Don't need these any more.
@
text
@# $FreeBSD: src/gnu/usr.bin/binutils/gdbreplay5/Makefile,v 1.1 2001/03/25 02:20:37 obrien Exp $

.include "../Makefile.inc0"

# Not elf specific so don't install in /usr/libexec/elf
BINDIR=/usr/bin

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

PROG=	gdbreplay
NOMAN=	yes

SRCS=	gdbreplay.c

CFLAGS+=	-I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+=	-I${GDBDIR}/gdb
CFLAGS+=	-I${GDBDIR}/gdb/config
CFLAGS+=	-I${GDBDIR}/gdb/gdbserver
CFLAGS+=	-DNO_MMALLOC

.include <bsd.prog.mk>
@


1.1
log
@Temporary build structure for GDB 5.0 so people can test the new version
before pulling the switch to making it the default version.
@
text
@d1 1
a1 1
# $FreeBSD$
@

