blob: 612f0957c39f479f1673a9e72b09c33e60aba116 (
plain)
1
2
3
4
5
6
7
8
9
|
# from: @(#)Makefile.irix 8.1 (Berkeley) 6/6/93
# $Id: Makefile.irix,v 1.1.1.1 1995/10/18 08:47:13 deraadt Exp $
#
# Extra Makefile definitions for IRIX
#
DEBUG = #-g -DDEBUG
CCOPTS = -I/usr/include/sun -I/usr/include/bsd -DIRIX
RESOLV = -lrpcsvc -lsun -lbsd
|