home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume13
/
vt220fontedit
/
Makefile
< prev
next >
Wrap
Makefile
|
1988-01-31
|
222b
|
6 lines
# BSD (new version, uses Berkeley specific ioctl calls)
# SYSV (old version, uses System V specific ioctl calls)
# CURFIX (turn off cursor on display)
fontedit : fontedit.c
cc fontedit.c -O -o fontedit -DBSD -DCURFIX