mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
14 lines
328 B
Makefile
14 lines
328 B
Makefile
# @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93
|
|
#
|
|
# $Id: Makefile.irix3,v 5.2 1992/05/31 16:40:22 jsp 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
|