URI: 
       applied dibbs patch, slightly modified though - 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 44ec7df86c30fdb6b7ccba018b0bc5a05551ca18
   DIR parent 9765fabf4d48cc6af2f8870fae4dde5c975ac86c
  HTML Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Sat, 29 May 2010 19:23:23 +0100
       
       applied dibbs patch, slightly modified though
       Diffstat:
         M Makefile                            |       1 +
         M diff/Makefile                       |       2 +-
         M rc/Makefile                         |       2 +-
         M sam/Makefile                        |       2 +-
         M std.mk                              |       2 +-
         M yacc.mk                             |       2 +-
       
       6 files changed, 6 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -36,6 +36,7 @@ SUBDIRS  = lib9\
                primes\
                rc\
                read\
       +        sam\
                sha1sum\
                sed\
                seq\
   DIR diff --git a/diff/Makefile b/diff/Makefile
       @@ -21,7 +21,7 @@ install: ${TARG}
        
        uninstall:
                rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
       -        rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
       +        rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
        
        .c.o:
                @echo CC $*.c
   DIR diff --git a/rc/Makefile b/rc/Makefile
       @@ -38,7 +38,7 @@ install: ${TARG}
        
        uninstall:
                rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
       -        rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
       +        rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
                rm -f ${DESTDIR}${PREFIX}/etc/rcmain
        
        .c.o:
   DIR diff --git a/sam/Makefile b/sam/Makefile
       @@ -23,7 +23,7 @@ install: ${TARG}
        
        uninstall:
                rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
       -        rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
       +        rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
        
        .c.o:
                @echo CC $*.c
   DIR diff --git a/std.mk b/std.mk
       @@ -21,7 +21,7 @@ install-default: ${TARG}
        
        uninstall: pre-uninstall
                rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
       -        rm -f ${DESTDIR}${PREFIX}/man1/${MANFILE}
       +        rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILE}
        
        .c.o:
                @echo CC $*.c
   DIR diff --git a/yacc.mk b/yacc.mk
       @@ -24,7 +24,7 @@ install: ${TARG}
        
        uninstall:
                rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
       -        rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
       +        rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
        
        .c.o:
                @echo CC $*.c