update - 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 63069fc74a8ca095331d8b8a4bed51a6bb85edd8
 (DIR) parent 059dcd31c983441d637d17f521ef6dd144215694
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Mon,  3 Aug 2009 10:13:59 +0100
       
       update
       Diffstat:
         M .hgtags                             |       2 --
         M config.mk                           |       7 ++++---
       
       2 files changed, 4 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/.hgtags b/.hgtags
       @@ -1,4 +1,2 @@
        49087403b7b7fc7e64f52e71fc576b92bb8aa158 1
        538338114742f2e81f6c52a5a323bdf7ca0d5d86 2
       -664144b8c1a4e0aae3535eb49ee0bc2d3679da5a snap
       -8ab76db4077c67fe71a34f8f287b69a3adf9de03 snap
 (DIR) diff --git a/config.mk b/config.mk
       @@ -4,9 +4,10 @@
        PREFIX      = /usr/local/plan9
        MANPREFIX   = ${PREFIX}/share/man
        
       -VERSION     = 200907
       -# 386, arm, etc31
       -OBJTYPE     = x86_64
       +VERSION     = 3
       +OBJTYPE     = 386
       +#OBJTYPE     = arm
       +#OBJTYPE     = x86_64
        
        # Linux/BSD
        CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""