summaryrefslogtreecommitdiff
path: root/devtools/OS/NeXT.4.x
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/OS/NeXT.4.x')
-rw-r--r--devtools/OS/NeXT.4.x42
1 files changed, 42 insertions, 0 deletions
diff --git a/devtools/OS/NeXT.4.x b/devtools/OS/NeXT.4.x
new file mode 100644
index 0000000000000..03c0c71694c1b
--- /dev/null
+++ b/devtools/OS/NeXT.4.x
@@ -0,0 +1,42 @@
+# $Id: NeXT.4.x,v 8.20 2002/03/21 23:59:25 gshapiro 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(`confSM_OS_HEADER', `sm_os_next')
+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(`confRANLIBOPTS', `-c')
+define(`confINSTALL_RAWMAN')
+define(`confMANROOT', `/usr/man/cat')
+define(`confMANROOTMAN', `/usr/man/man')
+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