diff options
author | Russ Cox <rsc@swtch.com> | 2020-05-18 22:46:16 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-05-18 22:46:42 -0400 |
commit | 6c1235d234dfe290c61c492a1779c7a3ad2f7fc6 (patch) | |
tree | 5b9aa3736b4336516dec8b7c5dcce54de70b8ef5 /dist/buildmk | |
parent | fa157263c8f510318f1f119a2d4843281e506eba (diff) | |
download | plan9port-6c1235d234dfe290c61c492a1779c7a3ad2f7fc6.tar.gz plan9port-6c1235d234dfe290c61c492a1779c7a3ad2f7fc6.tar.bz2 plan9port-6c1235d234dfe290c61c492a1779c7a3ad2f7fc6.zip |
build: use installbsd instead of install on AIX
Even in mkmk.sh.
Diffstat (limited to 'dist/buildmk')
-rwxr-xr-x | dist/buildmk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/buildmk b/dist/buildmk index c559570c..cd11417c 100755 --- a/dist/buildmk +++ b/dist/buildmk @@ -2,5 +2,5 @@ # run this in the src directory . ../src/mkenv -export SYSNAME OBJTYPE +export SYSNAME OBJTYPE INSTALL sh -x mkmk.sh |