From 1cb16b68b36df83d417caa9e545389116d17f20b Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 27 May 1994 11:00:20 +0000 Subject: [PATCH] Comment out missing libmp and libplot, disable csu until it is ported. --- lib/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 64afb1bed3b..f982b6c8ce9 100644 --- a/lib/Makefile +++ b/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