Comment out missing libmp and libplot, disable csu until it is ported.

This commit is contained in:
Rodney W. Grimes 1994-05-27 11:00:20 +00:00
parent 4c640372f4
commit 1cb16b68b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1584

View file

@ -1,14 +1,16 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
SUBDIR= libc libcurses libcompat libedit libkvm libm libmp \
libplot libresolv librpc/rpc libtelnet libterm libutil liby
# Not done yet: csu
# Missing: libmp libplot
SUBDIR= libc libcompat libcurses libedit libkvm libm \
libresolv librpc/rpc libtelnet libterm libutil liby
.if ${MACHINE} == "tahoe"
SUBDIR+=csu/tahoe.pcc
.elif ${MACHINE} == "vax"
SUBDIR+=csu/vax.pcc
.else
SUBDIR+=csu/${MACHINE}
#.else
#SUBDIR+=csu/${MACHINE}
.endif
.include <bsd.subdir.mk>