home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume13 / vt220fontedit / Makefile < prev    next >
Makefile  |  1988-01-31  |  222b  |  6 lines

  1. # BSD   (new version, uses Berkeley specific ioctl calls) 
  2. # SYSV  (old version, uses System V specific ioctl calls)
  3. # CURFIX (turn off cursor on display)
  4. fontedit : fontedit.c
  5.     cc fontedit.c -O -o fontedit -DBSD -DCURFIX
  6.