f554d2662a
make it build. Now we have $NetBSD$ tags.
25 lines
898 B
Plaintext
25 lines
898 B
Plaintext
# Id: Rhapsody,v 8.7 2002/03/21 23:59:26 gshapiro Exp
|
|
# $NetBSD: Rhapsody,v 1.5 2003/06/01 14:06:55 atatat Exp $
|
|
|
|
dnl DO NOT EDIT THIS FILE.
|
|
dnl Place personal settings in devtools/Site/site.config.m4
|
|
|
|
#
|
|
# Wilfredo Sanchez <wsanchez@apple.com>:
|
|
# We look a lot more like 4.4BSD than NeXTStep or OpenStep.
|
|
#
|
|
define(`confCC', `cc -traditional-cpp -pipe ${Extra_CC_Flags}')
|
|
define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DNETINFO -DAUTO_NETINFO_ALIASES -DAUTO_NETINFO_HOSTS')
|
|
define(`confENVDEF', `-DDARWIN -DNETISO')
|
|
define(`confLDOPTS', `${Extra_LD_Flags}')
|
|
define(`confDEPEND_TYPE', `CC-M')
|
|
define(`confOPTIMIZE', `-O3')
|
|
define(`confRANLIBOPTS', `-c')
|
|
define(`confHFDIR', `/usr/share/sendmail')
|
|
define(`confMANOWN', `root')
|
|
define(`confMANGRP', `wheel')
|
|
define(`confUBINOWN', `root')
|
|
define(`confUBINGRP', `wheel')
|
|
define(`confSBINOWN', `root')
|
|
define(`confSBINGRP', `wheel')
|