Explorar el Código

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 hace 25 años
padre
commit
3c7294693b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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