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


1.12
date	94.06.09.14.57.47;	author md;	state Exp;
branches;
next	1.11;

1.11
date	94.06.03.17.44.46;	author md;	state Exp;
branches;
next	1.10;

1.10
date	94.06.01.23.08.48;	author md;	state Exp;
branches;
next	1.9;

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

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

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

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

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

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

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

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

1.1
date	90.09.19.17.44.57;	author rayan;	state Exp;
branches;
next	;


desc
@reno
@


1.12
log
@Update for 4.4 version of libraries.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/4/93

SUBDIR=	libc libcurses libcompat libedit libm libmp libplot \
	libresolv librpc libtelnet libterm libutil liby libg++
#SUBDIR+=libdbm

.if ${MACHINE} == "rt"
SUBDIR+=csu/rt rt/libfp rt/libaed rt/aed rt/mpel
.elif ${MACHINE} == "tahoe"
SUBDIR+=csu/tahoe
.elif ${MACHINE} == "vax"
SUBDIR+=csu/vax
.else
SUBDIR+=csu/${MACHINE}
.endif

.include <bsd.subdir.mk>
@


1.11
log
@Move some libraries around to match the 4.4 layout
@
text
@d1 1
a1 1
#	@@(#)Makefile	5.20 (Berkeley) 7/3/90
d3 1
a3 1
SUBDIR=	libc libcurses libcompat libdbm libedit libm libmp libplot \
d5 1
@


1.10
log
@add libg++
@
text
@d3 2
a4 3
SUBDIR=	libF77 libI77 libc libcurses libcompat libdbm libm libmp \
	libplot libresolv librpc libterm libutil liby libtelnet \
	libedit libg++
d9 1
a9 1
SUBDIR+=csu/tahoe libU77
d11 1
a11 1
SUBDIR+=csu/vax libU77
@


1.9
log
@Rearranged some directories to collect together machine specific libraries.
@
text
@d5 1
a5 1
	libedit
@


1.8
log
@Collected csu* directories into a single csu directory.
@
text
@d5 1
a5 1
	libedit libaed
d8 1
a8 1
SUBDIR+=csu/rt libfp mpel aed
@


1.7
log
@Added libaed
@
text
@d8 1
a8 1
SUBDIR+=csu libfp mpel aed
d10 1
a10 1
SUBDIR+=csu libU77
d12 3
a14 1
SUBDIR+=csu libU77
@


1.6
log
@dont compile libpc.
@
text
@d5 1
a5 1
	libedit
@


1.5
log
@Added libedit
@
text
@d4 1
a4 1
	libpc libplot libresolv librpc libterm libutil liby libtelnet \
@


1.4
log
@add mpel and aed subdirs to rt specific stuff
@
text
@d4 2
a5 1
	libpc libplot libresolv librpc libterm libutil liby libtelnet
@


1.3
log
@add libtelnet to build list.
@
text
@d7 1
a7 1
SUBDIR+=csu libfp
@


1.2
log
@add csu subdirectory for RTs
@
text
@d4 1
a4 1
	libpc libplot libresolv librpc libterm libutil liby
d7 1
a7 1
SUBDIR+=csu
@


1.1
log
@Initial revision
@
text
@d6 3
a8 1
.if ${MACHINE} == "tahoe"
@
