1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-24 11:41:58 +00:00
plan9port/src/Makefile

11 lines
317 B
Makefile
Raw Normal View History

2003-11-23 18:32:42 +00:00
../bin/mk: mkmk.sh
2004-03-02 17:34:15 +00:00
SYSNAME=`uname` export SYSNAME; \
2005-01-14 04:24:09 +00:00
OBJTYPE=`uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g; s/PowerMacintosh/power/; s/ppc64/power/g; s/ppc/power/g'` export OBJTYPE; \
2003-11-23 19:49:17 +00:00
PATH=`pwd`/../bin:$$PATH export PATH; \
PLAN9=`pwd`/.. export PLAN9; \
2003-11-23 18:32:42 +00:00
sh -x mkmk.sh
all clean install nuke: ../bin/mk
mk $@