[project @ 2001-09-13 11:35:09 by simonmar]
authorsimonmar <unknown>
Thu, 13 Sep 2001 11:35:09 +0000 (11:35 +0000)
committersimonmar <unknown>
Thu, 13 Sep 2001 11:35:09 +0000 (11:35 +0000)
Add System.Mem directory

Makefile

index 26e1dd2..6c8f6bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.5 2001/08/17 12:50:34 simonmar Exp $
+# $Id: Makefile,v 1.6 2001/09/13 11:35:09 simonmar Exp $
 
 TOP=..
 include $(TOP)/mk/boilerplate.mk
@@ -28,6 +28,7 @@ ALL_DIRS = \
        Network \
        NHC \
        System \
+       System/Mem \
        System/IO \
        Text \
        Text/PrettyPrint \