From 1ece12e5f0efbc54c0ef4113f0e0e09a39001a09 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 28 May 1994 09:24:46 +0000 Subject: [PATCH] Enable csu/${MACHINE} now that I have copied in our crt* files. --- lib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 840c4c61b425..6ae81819788d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# XXX NOT DONE YET: csu # XXX MISSING: libmp libplot SUBDIR= libc libcompat libcurses libedit libkvm libm \ libresolv librpc/rpc libtelnet libterm libutil liby @@ -9,8 +8,8 @@ SUBDIR= libc libcompat libcurses libedit libkvm libm \ SUBDIR+=csu/tahoe.pcc .elif ${MACHINE} == "vax" SUBDIR+=csu/vax.pcc -#.else -#SUBDIR+=csu/${MACHINE} +.else +SUBDIR+=csu/${MACHINE} .endif .include