prepared 9base-5 release - 9base - revived minimalist port of Plan 9 userland to Unix
 (HTM) git clone git://git.suckless.org/9base
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b4d70c74a47b2b92751a661f74a2b2247362cae6
 (DIR) parent b760594c08c602c775f585b105108e710cf7e811
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Sun, 25 Apr 2010 12:10:12 +0100
       
       prepared 9base-5 release
       Diffstat:
         M README                              |       2 +-
         M config.mk                           |       4 ++--
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -21,4 +21,4 @@ References
        ----------
        [1] http://swtch.com/plan9port/
        
       ---Anselm R. Garbe
       +--Anselm R Garbe
 (DIR) diff --git a/config.mk b/config.mk
       @@ -5,9 +5,9 @@ PREFIX      = /usr/local/plan9
        MANPREFIX   = ${PREFIX}/share/man
        
        VERSION     = 5
       -#OBJTYPE     = 386
       +OBJTYPE     = 386
        #OBJTYPE     = arm
       -OBJTYPE     = x86_64
       +#OBJTYPE     = x86_64
        
        # Linux/BSD
        #CFLAGS      += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""