tneed this - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f5dcf6d9e22f5ab215126d7adce2edd67f980cd0
 (DIR) parent 4a4a4f2681a61bfd45ec53e47d8eb2cc89ef0408
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 29 Nov 2005 01:15:02 +0000
       
       need this
       
       Diffstat:
         A dist/buildmk                        |      16 ++++++++++++++++
       
       1 file changed, 16 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dist/buildmk b/dist/buildmk
       t@@ -0,0 +1,16 @@
       +#!/bin/sh
       +
       +# run this in the src directory
       +SYSNAME=`uname` export SYSNAME
       +OBJTYPE=`uname -m | sed '
       +        s;i.86;386;;
       +        s;amd64;x86_64;;
       +        s;/.*;;; s; ;;g;
       +        s;armv4l;arm;g;
       +        s;PowerMacintosh;power;g;
       +        s;macppc;power;g;
       +        s;ppc64;power;g;
       +        s;ppc;power;g;
       +        '` export OBJTYPE
       +sh -x mkmk.sh
       +