diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/devtools/OS/NeXT.3.x')
-rw-r--r-- | gnu/usr.sbin/sendmail/devtools/OS/NeXT.3.x | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/usr.sbin/sendmail/devtools/OS/NeXT.3.x b/gnu/usr.sbin/sendmail/devtools/OS/NeXT.3.x deleted file mode 100644 index f3dad83d47c..00000000000 --- a/gnu/usr.sbin/sendmail/devtools/OS/NeXT.3.x +++ /dev/null @@ -1,30 +0,0 @@ -# $Sendmail: NeXT.3.x,v 8.12 2000/02/01 08:39:38 gshapiro Exp $ -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(`confMANROOT', `/usr/man/cat') -define(`confMBINDIR', `/usr/lib') -define(`confSBINDIR', `/usr/etc') -define(`confUBINDIR', `/usr/ucb') -define(`confEBINDIR', `/usr/lib') -define(`confUBINOWN', `root') -define(`confMANOWN', `root') -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 |