home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / tapeutils / tuurbu.mak < prev    next >
Text File  |  2020-01-01  |  104b  |  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.