From 58f0484fa251c266ede97b591b499fe3dd4f578e Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 27 May 1994 05:00:24 +0000 Subject: BSD 4.4 Lite Lib Sources --- lib/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/Makefile (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile new file mode 100644 index 000000000000..64afb1bed3ba --- /dev/null +++ b/lib/Makefile @@ -0,0 +1,14 @@ +# @(#)Makefile 8.1 (Berkeley) 6/4/93 + +SUBDIR= libc libcurses libcompat libedit libkvm libm libmp \ + libplot 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} +.endif + +.include -- cgit v1.3