14 lines
417 B
Makefile
14 lines
417 B
Makefile
# from: @(#)Makefile.irix4 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile.irix4,v 1.3 1994/06/13 20:48:40 mycroft Exp $
|
|
#
|
|
# Extra Makefile definitions for IRIX
|
|
#
|
|
|
|
# For 4.0.X and later we need to specify the -cckr option - although amd
|
|
# has prototypes - some of the rpc prototypes clash. The special include
|
|
# paths are not required. -lsun always comes before -lbsd.
|
|
|
|
DEBUG = -g
|
|
CCOPTS = -cckr
|
|
RESOLV = -lrpcsvc -lsun -lbsd
|