6 lines
180 B
Text
6 lines
180 B
Text
|
# Makefile changes for SGI's running IRIX-4.x.
|
||
|
# Tell compiler to use K&R C. We can't compile under the SGI Ansi environment.
|
||
|
CC = cc -cckr
|
||
|
SYSV = -DSYSV
|
||
|
RANLIB = echo >/dev/null
|