瀏覽代碼

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 年之前
父節點
當前提交
3c7294693b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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