blob: 5b0c50287f3dd2ad9c4e2adf0b8723f99de8d8c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# from: @(#)Makefile.irix4 8.1 (Berkeley) 6/6/93
# $Id: Makefile.irix4,v 1.1.1.1 1995/10/18 08:47:13 deraadt Exp $
#
# Extra Makefile definitions for IRIX
#
# For 4.0.X and later we need to specify the -cckr option - although amd
# has prototypes - some of the rpc prototypes clash. The special include
# paths are not required. -lsun always comes before -lbsd.
DEBUG = -g
CCOPTS = -cckr
RESOLV = -lrpcsvc -lsun -lbsd
|