1#	@(#)Makefile.irix4	8.1 (Berkeley) 06/06/93
2#
3# $Id: Makefile.irix4,v 5.2 1992/05/31 16:40:22 jsp Exp $
4#
5# Extra Makefile definitions for IRIX
6#
7
8# For 4.0.X and later we need to specify the -cckr option - although amd
9# has prototypes - some of the rpc prototypes clash.  The special include
10# paths are not required. -lsun always comes before -lbsd.
11
12DEBUG = -g
13CCOPTS = -cckr
14RESOLV = -lrpcsvc -lsun -lbsd
15