Browse Source

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

Eric Andersen 24 years ago
parent
commit
3c7294693b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -29,7 +29,7 @@
 include Rules.mak
 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)
 ifeq ($(strip $(HAS_MMU)),true)
 	DO_SHARED=shared
 	DO_SHARED=shared