summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 05:00:24 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 05:00:24 +0000
commit58f0484fa251c266ede97b591b499fe3dd4f578e (patch)
tree41932a7161f4cd72005330a9c69747e7bab2ee5b /lib/Makefile
parentfb49e767ba942f74b1cee8814e085e5f2615ac53 (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile14
1 files changed, 14 insertions, 0 deletions
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 <bsd.subdir.mk>