head	1.3;
access;
symbols
	RELENG_3_5_0_RELEASE:1.2.2.1
	RELENG_3_4_0_RELEASE:1.2.2.1
	RELENG_3_3_0_RELEASE:1.2.2.1
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2
	jdp_2_8_1:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.3
date	99.04.18.10.25.57;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	98.06.03.18.00.56;	author peter;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.03.01.23.40.51;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.01.23.40.51;	author jdp;	state Exp;
branches;
next	;

1.2.2.1
date	99.08.08.08.50.16;	author bde;	state dead;
branches;
next	;


desc
@@


1.3
log
@This duplicates gnu/usr.bin/cc/c++filt.
@
text
@#
# $Id: Makefile,v 1.2 1998/06/03 18:00:56 peter Exp $
#

.include "../Makefile.inc0"

.PATH: ${SRCDIR}/libiberty

PROG=		c++filt
SRCS=		cplus-dem.c underscore.c
NOMAN=		true
CFLAGS+=	-DMAIN
CFLAGS+=	-DVERSION=\"${VERSION}\"
LDADD+=		-L${RELTOP}/libiberty -liberty
DPADD+=		${RELTOP}/libiberty/libiberty.a

.include <bsd.prog.mk>
@


1.2
log
@Add missing DPADD's.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:40:51 jdp Exp $
@


1.2.2.1
log
@MFC (remove).  The reference to c++filt has already been removed in
binutils/Makefile, although that was a mistake at the time.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/06/03 18:00:56 peter Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id$
d15 1
@


1.1.1.1
log
@Add bmakefiles for building binutils from the contrib tree.

This finishes up the binutils import.  But I am leaving it disabled
in "src/gnu/usr.bin/Makefile" for now.  It is not used by anything
yet, so I'll take this opportunity to run one more round of tests
before enabling it.
@
text
@@
