Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / sendmail-8.14 / devtools / OS / NEXTSTEP.4.x
1 #       $Id: NEXTSTEP.4.x,v 8.7 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(`confBEFORE', `unistd.h dirent.h')
14 define(`confMAPDEF', `-DNDBM -DNIS -DNETINFO')
15 define(`confENVDEF', `-DNeXT -Wno-precomp -pipe ${RC_CFLAGS}')
16 define(`confLDOPTS', `${RC_CFLAGS}')
17 define(`confLIBS', `-ldbm')
18 define(`confINSTALL_RAWMAN')
19 define(`confMANOWN', `root')
20 define(`confMANGRP', `wheel')
21 define(`confUBINOWN', `root')
22 define(`confUBINGRP', `wheel')
23 define(`confSBINOWN',  `root')
24 define(`confSBINGRP',  `wheel')
25 define(`confEBINDIR', `/usr/etc')
26 define(`confMBINDIR', `/usr/lib')
27 define(`confSBINDIR', `/usr/etc')
28 define(`confUBINDIR', `/usr/ucb')
29 define(`confINSTALL', `${BUILDBIN}/install.sh')
30 define(`confRANLIBOPTS', `-c')
31 PUSHDIVERT(3)
32 unistd.h:
33         cp /dev/null unistd.h
34
35 dirent.h:
36         echo "#include <sys/dir.h>" > dirent.h
37         echo "#define dirent    direct" >> dirent.h
38 POPDIVERT