URI: 
       prepared 9base-2 - 9base - revived minimalist port of Plan 9 userland to Unix
  HTML git clone git://git.suckless.org/9base
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 47503caffc3e64dc14f358068326c4e1b1e818b8
   DIR parent fbd05cbd195a12683bcc05dfb6d54955c18fef19
  HTML Author: Anselm R. Garbe <garbeam@wmii.de>
       Date:   Wed, 25 Jan 2006 16:20:21 +0200
       
       prepared 9base-2
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -4,7 +4,7 @@
        PREFIX      = /usr/local/9
        MANPREFIX   = ${PREFIX}/share/man
        
       -VERSION     = 20060123
       +VERSION     = 2
        
        # Linux/BSD
        CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""