head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.05.23.11.40.35;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.05.17.20.38.56;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.12.15.17.55.34;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Compile collect2 for the RT
@
text
@#	BSDI $Id: Makefile,v 1.2 1994/05/17 20:38:56 md Exp md $

SUBDIR=	cc1 cc1plus cpp g++ gcc
.if ${MACHINE} == "rt"
SUBDIR+=collect2 libgcc1
.endif
SUBDIR+=libgcc2

.include <bsd.subdir.mk>
@


1.2
log
@build libgcc1 when compiling for the RT.
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1993/12/15 17:55:34 md Exp md $
d5 1
a5 1
SUBDIR+=libgcc1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1993/12/16 00:55:51 torek Exp $
d3 5
a7 1
SUBDIR=	cc1 cc1plus cpp g++ gcc libgcc2
@
