summaryrefslogtreecommitdiff
path: root/BuildTools/OS/NEXTSTEP.4.x
diff options
context:
space:
mode:
authorAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:42 +0200
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:42 +0200
commitdd994db23cb7f88732be927fad3a7039bd6301db (patch)
tree129f709c96e5b1fb46cf9d09fa2a73bdb5aa9d7a /BuildTools/OS/NEXTSTEP.4.x
parentb8f791c58c310a0a41181d66122d80dc9c2e11bc (diff)
parent809d17c01e6e9d15289bf36b8609fa7f9b97671e (diff)
downloadsendmail-dd994db23cb7f88732be927fad3a7039bd6301db.tar.gz
Merged Upstream version 8.12.3
Diffstat (limited to 'BuildTools/OS/NEXTSTEP.4.x')
-rw-r--r--BuildTools/OS/NEXTSTEP.4.x28
1 files changed, 0 insertions, 28 deletions
diff --git a/BuildTools/OS/NEXTSTEP.4.x b/BuildTools/OS/NEXTSTEP.4.x
deleted file mode 100644
index b775813..0000000
--- a/BuildTools/OS/NEXTSTEP.4.x
+++ /dev/null
@@ -1,28 +0,0 @@
-# @(#)NEXTSTEP.4.x 8.1 (Berkeley) 3/21/1998
-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(`confMBINDIR', `/usr/lib')
-define(`confSBINDIR', `/usr/etc')
-define(`confUBINDIR', `/usr/ucb')
-define(`confEBINDIR', `/usr/lib')
-define(`confSTDIR', `/etc/sendmail')
-define(`confHFDIR', `/usr/lib')
-define(`confINSTALL', `${BUILDBIN}/install.sh')
-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