1#	@(#)Makefile.irix3	8.1 (Berkeley) 06/06/93
2#
3# $Id: Makefile.irix3,v 5.2 1992/05/31 16:40:22 jsp Exp $
4#
5# Extra Makefile definitions for IRIX
6#
7
8# For 3.3.x and earlier we might need to indicate the Sun and BSD include
9# paths.
10
11DEBUG = #-g -DDEBUG
12CCOPTS = -I/usr/include/sun -I/usr/include/bsd
13RESOLV = -lrpcsvc -lsun -lbsd
14