Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.

(Since we aren't A/UX, this is not much of a loss for a NetBSD host.)
This commit is contained in:
tv 2001-10-19 02:53:02 +00:00
parent 3a3a2b1175
commit d20ff568a2
4 changed files with 5 additions and 26 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.69 2001/10/12 16:15:27 atatat Exp $
# $NetBSD: mi,v 1.70 2001/10/19 02:53:02 tv Exp $
./usr/share/dict/README misc-reference-share
./usr/share/dict/eign misc-reference-share
./usr/share/dict/propernames misc-reference-share
@ -515,7 +515,6 @@
./usr/share/sendmail/ostype/aix5.m4 misc-sendmail-share
./usr/share/sendmail/ostype/altos.m4 misc-sendmail-share
./usr/share/sendmail/ostype/amdahl-uts.m4 misc-sendmail-share
./usr/share/sendmail/ostype/aux.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsd4.3.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsd4.4.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsdi.m4 misc-sendmail-share

View File

@ -1,4 +1,4 @@
# $NetBSD: obsolete.mi,v 1.16 2001/05/26 01:07:34 wiz Exp $
# $NetBSD: obsolete.mi,v 1.17 2001/10/19 02:53:02 tv Exp $
/usr/share/doc/smm/03.fsck
/usr/share/doc/smm/03.fsck/0.t
/usr/share/doc/smm/03.fsck/1.t
@ -32,4 +32,5 @@
/usr/share/sendmail/cf/trinity.mc
/usr/share/sendmail/cf/uucpproto.mc
/usr/share/sendmail/m4/nullrelay.m4
/usr/share/sendmail/ostype/aux.m4
/usr/share/sendmail/ostype/gnuhurd.m4

View File

@ -1,21 +0,0 @@
divert(-1)
#
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regents of the University of California. All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#
divert(0)
VERSIONID(`Id: a-ux.m4,v 8.1 2001/04/12 22:29:58 gshapiro Exp')
ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /usr/spool/mqueue)')dnl
ifdef(`UUCP_MAILER_PATH',, `define(`UUCP_MAILER_PATH', /usr/bin/uux)')dnl
_DEFIFNOT(`LOCAL_MAILER_FLAGS', `mn9')dnl
ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -d -r $f $u')')dnl
define(`confEBINDIR', `/usr/lib')dnl

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.6 2001/05/29 04:18:24 itojun Exp $
# $NetBSD: Makefile,v 1.7 2001/10/19 02:53:02 tv Exp $
# install these sources in /usr/share/sendmail/ostype
DIST= ${.CURDIR}/../../../../dist
.PATH: ${DIST}/sendmail/cf/ostype
FILESDIR= /usr/share/sendmail/ostype
FILES= aix2.m4 aix3.m4 aix4.m4 aix5.m4 altos.m4 amdahl-uts.m4 aux.m4 \
FILES= aix2.m4 aix3.m4 aix4.m4 aix5.m4 altos.m4 amdahl-uts.m4 \
bsd4.3.m4 bsd4.4.m4 bsdi.m4 bsdi1.0.m4 bsdi2.0.m4 \
darwin.m4 dgux.m4 domainos.m4 dynix3.2.m4 freebsd4.m4 \
gnu.m4 hpux10.m4 \