summaryrefslogtreecommitdiffstats
path: root/src/libsec/386/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-26/+0
| | | | | | | 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.
* applersc2006-04-211-1/+1
|
* use gcc because cpp sucksrsc2006-04-211-1/+1
|
* checkpointrsc2005-01-141-1/+6
|
* Rename the files so that we can run them through cpp.rsc2004-04-211-0/+5
|
* MD5 and SHA1 in transliterated to x86 assembler with C preprocessor goo.wkj2004-04-211-0/+16
Thanks to Brendan Connell for putting up with this nonsense.