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


1.6
date	94.07.19.21.17.05;	author md;	state Exp;
branches;
next	1.5;

1.5
date	94.04.30.12.26.42;	author roger;	state Exp;
branches;
next	1.4;

1.4
date	94.03.02.18.57.59;	author md;	state Exp;
branches;
next	1.3;

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

1.2
date	91.02.01.18.58.52;	author rayan;	state Exp;
branches;
next	1.1;

1.1
date	90.10.18.19.12.12;	author dennis;	state Exp;
branches;
next	;


desc
@4.3 Reno
@


1.6
log
@symorder is now in the old directory.
@
text
@#	@@(#)Makefile	5.8 (Berkeley) 7/2/90
#
# remove lisp,
SUBDIR=	ar ctags error fpr fsplit gcore indent lex lint lorder \
	mkdep mkstr nm ranlib ratfor size strings strip struct \
	tsort unifdef vgrind xinstall xstr yacc

.if   ${MACHINE} == "tahoe"
SUBDIR+=as.tahoe cc cpp dbx f77 gprof ld pascal
.elif ${MACHINE} == "vax"
SUBDIR+=as.vax cc cpp dbx f77 gprof ld pascal
.elif ${MACHINE} == "rt"
SUBDIR+=as.rt hc cpp ld.rt dbx.rt gprof
.endif

.include <bsd.subdir.mk>
@


1.5
log
@use '44 m4 in usr.bin
@
text
@d5 1
a5 1
	mkdep mkstr nm ranlib ratfor size strings strip struct symorder \
@


1.4
log
@add gprof to list of programs to build for the rt
@
text
@d4 1
a4 1
SUBDIR=	ar ctags error fpr fsplit gcore indent lex lint lorder m4 \
@


1.3
log
@add dbx.rt to the list of rt build directories
@
text
@d13 1
a13 1
SUBDIR+=as.rt hc cpp ld.rt dbx.rt
@


1.2
log
@added rt
@
text
@d13 1
a13 1
SUBDIR+=as.rt hc cpp ld.rt
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
SUBDIR=	ar ctags error fpr fsplit gcore indent ld lex lint lorder m4 \
d9 1
a9 1
SUBDIR+=as.tahoe cc cpp dbx f77 gprof pascal
d11 3
a13 1
SUBDIR+=as.vax cc cpp dbx f77 gprof pascal
@
