diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-19 03:02:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-19 03:02:34 +0000 |
commit | 3c7294693b65d69dee3ddcd57383967eda1ee07a (patch) | |
tree | 36640460d00b320f3b3d6911c6082d9fe2cf43aa /Makefile | |
parent | d521275a86bb72f824dd76e6cb4e35d899f385da (diff) |
I just changed "net" to "inet" to better follow the directory
structure of libc5 and glibc. Fix the makefile accordingly.
Folks will want to 'rm -rf net' to remove the old "net" directory.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ include Rules.mak -DIRS = extra misc pwd_grp stdio string termios net signal stdlib sysdeps unistd +DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd ifeq ($(strip $(HAS_MMU)),true) DO_SHARED=shared |