# @(#)conf/os/irix3.2 1.2 4/28/92 10:27:22 # # irix3.2 - describe characteristics of SGI IRIX version 3.2 # # contributed by diekema@si.com . $ROOT/conf/os/sys5.3 # Include the BSD compatibility (3B) routines in the search path CC="cc -I/usr/include/bsd" # OSLIBS(list) - name any object libraries containing routines we will need OSLIBS="-lsun -lbsd -lc_s" # DRIVER_CONFIGURATION(variable) - configuration file describing smail drivers DRIVER_CONFIGURATION=arpa-network # includes BIND/DNS router # HAVE(list) - list of attributes identified for your operating system HAVE=$HAVE:RENAME:MKDIR:BSD_NETWORKING:SYSEXITS:NDBM:YP:GETHOSTNAME HAVE=$HAVE:ULIMIT:BIND # NOBODY(variable) - username to use for annonymous situations NOBODY=nobody # BSD and SunOS-like systems # SECURE_PATH(variable) - a secure, :-separated list of exectuable directories SECURE_PATH=/bin:/usr/bin:/usr/bsd # COMPRESS(variable) - an executable that compresses files # COMP_FLAG(variable) - flag to use to force compression # DOT_Z(variable) - suffix generated by compression program # UNCOMPRESS(variable) - program to uncompress files # ZCAT(variable) - program to write contents of compressed files to stdout COMPRESS=compress # for compress COMP_FLAG=-f DOT_Z=.Z UNCOMPRESS=uncompress ZCAT=zcat