summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-11 23:54:37 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-11 23:54:37 +0000
commita99617fe8fdb56b3e877558bfd6572ce65ad39de (patch)
tree26c3182125188cb7681885830ea7e32e179c7565 /Makefile
parentd1c3ee2a075fc4e855e352e5a5cf10371f2e77aa (diff)
Finish reorganizing things. At least I think I've finished.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 88fbc0c19..d87480d8c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,16 @@
# other sundry sources. Files within this library are copyright by their
# respective copyright holders.
-#MALLOC = malloc
-MALLOC = malloc-simple
+#--------------------------------------------------------
+#
+#There are a number of configurable options in Rules.make
+#
+#--------------------------------------------------------
+
+
+
+DIRS = misc pwd_grp stdio string termios unistd net signal stdlib sysdeps
-DIRS = error getent $(MALLOC) misc regex stdio \
- string termios time sysdeps shm #rpc
all: libc.a
libc.a: halfclean headers subdirs