plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6723d9518de5c972d9e3901ac5b56422d79ba426
parent d66daf1d610678e6f7fac2e4ac61b3325873bd63
Author: rsc <devnull@localhost>
Date:   Sun, 23 Nov 2003 18:33:24 +0000

set path

Diffstat:
Msrc/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,4 +1,5 @@ ../bin/mk: mkmk.sh + PATH=`pwd`/../bin:$PATH export PATH sh -x mkmk.sh all clean install nuke: ../bin/mk