1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93
|
|
|
|
#
|
1995-05-30 03:57:47 +00:00
|
|
|
# $Id: Makefile.irix3,v 1.1.1.1 1994/05/26 05:22:09 rgrimes Exp $
|
1994-05-26 05:23:31 +00:00
|
|
|
#
|
|
|
|
# Extra Makefile definitions for IRIX
|
|
|
|
#
|
|
|
|
|
|
|
|
# For 3.3.x and earlier we might need to indicate the Sun and BSD include
|
|
|
|
# paths.
|
1995-05-30 03:57:47 +00:00
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
DEBUG = #-g -DDEBUG
|
|
|
|
CCOPTS = -I/usr/include/sun -I/usr/include/bsd
|
|
|
|
RESOLV = -lrpcsvc -lsun -lbsd
|