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


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

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

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

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

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

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

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

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


desc
@@


1.8
log
@Replace with 4.4 version
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 5/31/93

SUBDIR=	cat chmod cp csh date dd df echo ed expr hostname kill ksh ln ls \
	mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep stty sync test

.if   ${MACHINE} == "tahoe"
SUBDIR+=adb
.elif ${MACHINE} == "vax"
SUBDIR+=adb
.elif ${MACHINE} == "rt"
SUBDIR+=adb.rt
.endif

.include <bsd.subdir.mk>
@


1.7
log
@Remove bsh, can be found in /usr/src/old/sh now.
@
text
@d1 1
a1 1
#	@@(#)Makefile	5.32 (Berkeley) 7/2/90
d3 2
a4 2
SUBDIR=	cat chmod cp csh date dd df echo ed expr hostname kill ksh ls mkdir \
	mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test pax ln
@


1.6
log
@add ln
@
text
@d4 1
a4 1
	mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test pax bsh ln
@


1.5
log
@added bsh.
@
text
@d4 1
a4 1
	mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test pax bsh
@


1.4
log
@pax subdirectory added
@
text
@d4 1
a4 1
	mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test pax
@


1.3
log
@add korn shell to the list of programs to build.
@
text
@d4 1
a4 1
	mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test
@


1.2
log
@add adb to build list for rt's
@
text
@d3 1
a3 1
SUBDIR=	cat chmod cp csh date dd df echo ed expr hostname kill ls mkdir \
@


1.1
log
@Initial revision
@
text
@d10 2
@
