aboutsummaryrefslogtreecommitdiff
path: root/src/mkenv
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-18/+18
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* build: use installbsd instead of install on AIXRuss Cox2020-05-181-0/+1
| | | | Even in mkmk.sh.
* src: mv ../buildEnvironmentVariables mkhdrRuss Cox2020-01-091-0/+22
Also note that the file must be valid shell and mk input. For #321.