home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tapeutils.zip / tuurbu.mak < prev    next >
Text File  |  1990-06-11  |  111b  |  8 lines

  1. # make vmsbu for SUN
  2.  
  3. vmsbu:    vmsbu.o
  4.     cc -g -o vmsbu vmsbu.o
  5.  
  6. vmsbu.o: vmsbu.c
  7.     cc -g -c -DSWAP vmsbu.c
  8.