branch merge from unkown change - 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 82142399555e85ee46bac35f1b39fbca813a15cb
 (DIR) parent e6963e8c85bf6aa2b86a63663d276c3e94e196d2
 (HTM) Author: garbeam@localhost <unknown>
       Date:   Tue, 10 Jan 2006 16:15:56 +0200
       
       branch merge from unkown change
       
       
       Diffstat:
         M README                              |       4 ----
         M config.mk                           |       2 +-
       
       2 files changed, 1 insertion(+), 5 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -4,10 +4,6 @@ This is a port of various original Plan 9 tools for Unix, based on
        plan9port [1], mk-with-libs.tgz [2], and wmii [3]. See the LICENSE
        file for license details.
        
       -Requirements
       -------------
       -In order to build 9base you need yacc or bison.
       -
        Installation
        ------------
        Edit config.mk to match your local setup and  execute 'make install'
 (DIR) diff --git a/config.mk b/config.mk
       @@ -6,7 +6,7 @@ MANPREFIX   = ${PREFIX}/share/man
        
        # flags
        VERSION     = 1
       -CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -Os -c -I. -DPREFIX="\"${PREFIX}\""
       +CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""
        LDFLAGS     = -static
        
        # compiler