home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / mdec / makefile < prev    next >
Encoding:
Makefile  |  1979-01-10  |  99 b   |  8 lines

  1. hpuboot:
  2.     as -o hpuboot hpuboot.s
  3.     strip rpuboot
  4.  
  5. rpuboot:
  6.     as -o rpuboot rpuboot.s
  7.     strip hpuboot
  8.