diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |