7 lines
98 B
Text
7 lines
98 B
Text
|
#!/bin/rc
|
||
|
# ld for ape, to keep configure happy
|
||
|
|
||
|
O=`{sed -n 's/^O=//p' /$cputype/mkfile}
|
||
|
|
||
|
$O^l $*
|