aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2003-06-10 10:58:06 +0000
committerGravatar simonmar <unknown>2003-06-10 10:58:06 +0000
commit1bdd10d6a98ebd9bcdabe0b22a027af7287d6995 (patch)
tree0863bdf06184ba6398b43e79851b4edf3e53e63d /Makefile
parent1c399d00524ed89eef163ec89c9311674e2cccbf (diff)
[project @ 2003-06-10 10:58:06 by simonmar]
Move Network.Sendfile into the unix package to fix the build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d2dc4c..1e0a8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk
SUBDIRS = cbits include
-ALL_DIRS = System System/Posix System/Posix/DynamicLinker
+ALL_DIRS = System System/Posix System/Posix/DynamicLinker Network
PACKAGE = unix
PACKAGE_DEPS = base