blob: 16cf89d80be430a810690638e40cfcae89e22b82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# @(#)Rhapsody 8.1 (Berkeley) 11/7/1998
#
# Wilfredo Sanchez <wsanchez@apple.com>:
# We look a lot more like 4.4BSD than NeXTStep or OpenStep.
#
define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DNETINFO -DAUTO_NETINFO_ALIASES -DAUTO_NETINFO_HOSTS')
define(`confENVDEF', `-DNETISO -traditional-cpp -pipe ${Extra_CC_Flags}')
define(`confLDOPTS', `${Extra_LD_Flags}')
define(`confOPTIMIZE', `-O3')
define(`confHFDIR', `/usr/share/sendmail')
define(`confMANOWN', `root')
define(`confMANGRP', `wheel')
define(`confUBINOWN', `root')
define(`confUBINGRP', `wheel')
define(`confSBINOWN', `root')
define(`confSBINGRP', `wheel')
|