summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-19 03:02:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-19 03:02:34 +0000
commit3c7294693b65d69dee3ddcd57383967eda1ee07a (patch)
tree36640460d00b320f3b3d6911c6082d9fe2cf43aa /Makefile
parentd521275a86bb72f824dd76e6cb4e35d899f385da (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed40ceae9..2b92d15c1 100644
--- a/Makefile
+++ b/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