blob: bcc74b1b9df45d3e4a9445a2dc4ecae9e7d67f20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# from: @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93
# $Id: Makefile.irix3,v 1.1.1.1 1995/10/18 08:47:13 deraadt Exp $
#
# Extra Makefile definitions for IRIX
#
# For 3.3.x and earlier we might need to indicate the Sun and BSD include
# paths.
DEBUG = #-g -DDEBUG
CCOPTS = -I/usr/include/sun -I/usr/include/bsd
RESOLV = -lrpcsvc -lsun -lbsd
|