f554d2662a
make it build. Now we have $NetBSD$ tags.
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# Id: NEXTSTEP.4.x,v 8.7 2002/03/21 23:59:25 gshapiro Exp
|
|
# $NetBSD: NEXTSTEP.4.x,v 1.4 2003/06/01 14:06:55 atatat Exp $
|
|
|
|
dnl DO NOT EDIT THIS FILE.
|
|
dnl Place personal settings in devtools/Site/site.config.m4
|
|
|
|
PUSHDIVERT(1)
|
|
# NEXTSTEP 3.1 and 3.2 only support m68k and i386
|
|
#ARCH= -arch m68k -arch i386 -arch hppa -arch sparc
|
|
#ARCH= -arch m68k -arch i386
|
|
#ARCH= ${RC_CFLAGS}
|
|
# For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
|
|
POPDIVERT
|
|
define(`confBEFORE', `unistd.h dirent.h')
|
|
define(`confMAPDEF', `-DNDBM -DNIS -DNETINFO')
|
|
define(`confENVDEF', `-DNeXT -Wno-precomp -pipe ${RC_CFLAGS}')
|
|
define(`confLDOPTS', `${RC_CFLAGS}')
|
|
define(`confLIBS', `-ldbm')
|
|
define(`confINSTALL_RAWMAN')
|
|
define(`confMANOWN', `root')
|
|
define(`confMANGRP', `wheel')
|
|
define(`confUBINOWN', `root')
|
|
define(`confUBINGRP', `wheel')
|
|
define(`confSBINOWN', `root')
|
|
define(`confSBINGRP', `wheel')
|
|
define(`confEBINDIR', `/usr/etc')
|
|
define(`confMBINDIR', `/usr/lib')
|
|
define(`confSBINDIR', `/usr/etc')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confINSTALL', `${BUILDBIN}/install.sh')
|
|
define(`confRANLIBOPTS', `-c')
|
|
PUSHDIVERT(3)
|
|
unistd.h:
|
|
cp /dev/null unistd.h
|
|
|
|
dirent.h:
|
|
echo "#include <sys/dir.h>" > dirent.h
|
|
echo "#define dirent direct" >> dirent.h
|
|
POPDIVERT
|