aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4a175d8d..5f18e28f 100755
--- a/INSTALL
+++ b/INSTALL
@@ -14,8 +14,12 @@ x-c)
dobuild=false
doinstall=true
;;
+x-r)
+ shift
+ PLAN9_TARGET=$1 export PLAN9_TARGET
+ ;;
*)
- echo 'usage: INSTALL [-b | -c]' 1>&2
+ echo 'usage: INSTALL [-b | -c] [-r path]' 1>&2
exit 1
esac