Merge from vendor branch SENDMAIL:
[dragonfly.git] / contrib / sendmail-8.13.7 / devtools / OS / NeXT.4.x
1 #       $Id: NeXT.4.x,v 8.20 2002/03/21 23:59:25 gshapiro Exp $
2
3 dnl     DO NOT EDIT THIS FILE.
4 dnl     Place personal settings in devtools/Site/site.config.m4
5
6 PUSHDIVERT(1)
7 # NEXTSTEP 3.1 and 3.2 only support m68k and i386
8 #ARCH=  -arch m68k -arch i386 -arch hppa -arch sparc
9 #ARCH=  -arch m68k -arch i386
10 #ARCH=   ${RC_CFLAGS}
11 # For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
12 POPDIVERT
13 define(`confSM_OS_HEADER', `sm_os_next')
14 define(`confBEFORE', `unistd.h dirent.h')
15 define(`confMAPDEF', `-DNDBM -DNIS -DNETINFO')
16 define(`confENVDEF', `-DNeXT -Wno-precomp -pipe ${RC_CFLAGS}')
17 define(`confLDOPTS', `${RC_CFLAGS}')
18 define(`confLIBS', `-ldbm')
19 define(`confRANLIBOPTS', `-c')
20 define(`confINSTALL_RAWMAN')
21 define(`confMANROOT', `/usr/man/cat')
22 define(`confMANROOTMAN', `/usr/man/man')
23 define(`confMANOWN', `root')
24 define(`confMANGRP', `wheel')
25 define(`confUBINOWN', `root')
26 define(`confUBINGRP', `wheel')
27 define(`confSBINOWN',  `root')
28 define(`confSBINGRP',  `wheel')
29 define(`confEBINDIR', `/usr/etc')
30 define(`confMBINDIR', `/usr/lib')
31 define(`confSBINDIR', `/usr/etc')
32 define(`confUBINDIR', `/usr/ucb')
33 define(`confINSTALL', `${BUILDBIN}/install.sh')
34 define(`confRANLIBOPTS', `-c')
35 PUSHDIVERT(3)
36 unistd.h:
37         cp /dev/null unistd.h
38
39 dirent.h:
40         echo "#include <sys/dir.h>" > dirent.h
41         echo "#define dirent    direct" >> dirent.h
42 POPDIVERT