Comment out missing libmp and libplot, disable csu until it is ported.
This commit is contained in:
parent
4c640372f4
commit
1cb16b68b3
10
lib/Makefile
10
lib/Makefile
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user