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/usr.sbin | |
| 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/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/sendmail/cf/ostype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
