head	1.9;
access;
symbols;
locks
	md:1.9; strict;
comment	@# @;


1.9
date	94.07.19.20.50.21;	author md;	state Exp;
branches;
next	1.8;

1.8
date	94.07.18.22.53.34;	author md;	state Exp;
branches;
next	1.7;

1.7
date	94.07.06.23.10.25;	author md;	state Exp;
branches;
next	1.6;

1.6
date	94.06.05.04.06.53;	author roger;	state Exp;
branches;
next	1.5;

1.5
date	94.05.29.15.52.49;	author md;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.9
log
@minor formatting cleanup
@
text
@#	@@(#)Makefile	5.44 (Berkeley) 6/11/93

# These programs are the only ones in src/old that we believe are worth
# installing on the system.  (Most of the other programs in src/old don't
# even compile on 4.4BSD.)  They are installed into /usr/old in case their
# replacements prove to have compatibility or stability problems.

SUBDIR= awk compact cpp crypt eqn lex make more ms od \
	pr refer roff sed sh sum symorder tar tbl test \
	tmac which yacc

.if   (${MACHINE} == "hp300")
SUBDIR+=adb as.hpux ld
.elif (${MACHINE} == "i386")
SUBDIR+=ld
.elif (${MACHINE} == "luna68k")
SUBDIR+=ld
.elif (${MACHINE} == "mips")
SUBDIR+=ld
.elif (${MACHINE} == "tahoe")
SUBDIR+=adb as.tahoe dbx dlmpcc ld pcc
.elif ${MACHINE} == "vax"
SUBDIR+=adb arff as.vax dbx flcopy ld pcc rxformat talk tp
.elif (${MACHINE} == "rt")
SUBDIR+=talk
.endif

.include <bsd.subdir.mk>
@


1.8
log
@Add ms
@
text
@d8 3
a10 5
SUBDIR=	awk compact cpp crypt eqn lex make more ms od pr refer roff sed sh \
	sum symorder tar tbl test which yacc

# the following have not been moved to /usr/old yet.
#SUBDIR+=cpp ms tmac
@


1.7
log
@Build talk when compiling for the RT
@
text
@d8 1
a8 1
SUBDIR=	awk compact cpp crypt eqn lex make more od pr refer roff sed sh \
@


1.6
log
@added cpp.
@
text
@d26 2
@


1.5
log
@Update with 4.4 version
@
text
@d8 1
a8 1
SUBDIR=	awk compact crypt eqn lex make more od pr refer roff sed sh \
@


1.4
log
@add awk
@
text
@d1 1
a1 1
#	@@(#)Makefile	5.8.1.1 (Berkeley) 10/21/90
d3 4
a6 1
SUBDIR=	awk compact hostid lex make yacc crypt prof
d8 18
a25 2
.if ${MACHINE} == "vax"
SUBDIR+=talk tp
@


1.3
log
@add prof to list of programs to build
@
text
@d3 1
a3 1
SUBDIR=	compact hostid lex make yacc crypt prof
@


1.2
log
@add crypt
@
text
@d3 1
a3 1
SUBDIR=	compact hostid lex make yacc crypt
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
SUBDIR=	compact hostid lex make yacc
@
