URI: 
       ttry to use system binaries - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e12c800fbc6af8bf64b2233fbb15d0f47592a82a
   DIR parent eb545d0f4fd22b6605bc144e21b8ca85da36d139
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 13 Jul 2005 03:52:10 +0000
       
       ttry to use system binaries
       
       Diffstat:
         M src/Makefile                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/Makefile b/src/Makefile
       t@@ -1,7 +1,7 @@
        ../bin/mk: mkmk.sh
                SYSNAME=`uname` export SYSNAME; \
                OBJTYPE=`uname -m | sed 's;i.86;386;; s;amd64;x86_64;; s;/.*;;; s; ;;g; s/PowerMacintosh/power/; s/macppc/power/g; s/ppc64/power/g; s/ppc/power/g'` export OBJTYPE; \
       -        PATH=`pwd`/../bin:$$PATH export PATH; \
       +        PATH=/bin:/usr/bin:/usr/local/bin:`pwd`/../bin:$$PATH export PATH; \
                PLAN9=`pwd`/.. export PLAN9; \
                sh -x mkmk.sh