as fsboot.s tty.s rhp.s hp.s
strip a.out
ls -l a.out
cp a.out $1/hpuboot

as fsboot.s tty.s rhp.s rm.s
strip a.out
ls -l a.out
cp a.out $1/rmuboot

as fsboot.s tty.s rhk.s hk.s
strip a.out
ls -l a.out
cp a.out $1/hkuboot

as tpboot.s tty.s tm.s
strip a.out
ls -l a.out
cp a.out $1/mboot

as tpboot.s tty.s ht.s
strip a.out
ls -l a.out
cp a.out $1/hboot

: as rkf.s
: strip a.out
: cp a.out $1/rkf

as mcopy.s ht.s whp.s hp.s
strip a.out
cp a.out $1/hthp

as mcopy.s ht.s whp.s rm.s
strip a.out
cp a.out $1/htrm

as mcopy.s tm.s whk.s hk.s
strip a.out
cp a.out $1/tmhk

rm a.out
