plan9port/src/Makefile

11 lines
381 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-05-01 18:40:01 +00:00
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; \
2005-07-13 03:52:10 +00:00
PATH=/bin:/usr/bin:/usr/local/bin:`pwd`/../bin:$$PATH export PATH; \
2003-11-23 19:49:17 +00:00
PLAN9=`pwd`/.. export PLAN9; \
2003-11-23 18:32:42 +00:00
sh -x mkmk.sh
all clean install nuke: ../bin/mk
mk $@