diff options
| author | tv <tv@NetBSD.org> | 2001-10-19 02:53:02 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-10-19 02:53:02 +0000 |
| commit | d20ff568a2dd49bf97de4e511e3d007b3207005d (patch) | |
| tree | 1b4a0fa60bd93b65e757d2535471b48dc6829de9 /gnu | |
| parent | 3a3a2b1175e6d38fb211c0f57df52b08b38acbf6 (diff) | |
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.)
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/sendmail/cf/ostype/aux.m4 | 21 | ||||
| -rw-r--r-- | gnu/usr.sbin/sendmail/cf/ostype/Makefile | 4 |
2 files changed, 2 insertions, 23 deletions
diff --git a/gnu/dist/sendmail/cf/ostype/aux.m4 b/gnu/dist/sendmail/cf/ostype/aux.m4 deleted file mode 100644 index 40fa2e4c986..00000000000 --- a/gnu/dist/sendmail/cf/ostype/aux.m4 +++ /dev/null @@ -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 diff --git a/gnu/usr.sbin/sendmail/cf/ostype/Makefile b/gnu/usr.sbin/sendmail/cf/ostype/Makefile index 509cf7909cc..119229c9285 100644 --- a/gnu/usr.sbin/sendmail/cf/ostype/Makefile +++ b/gnu/usr.sbin/sendmail/cf/ostype/Makefile @@ -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 \ |
