From c664dc44d1371ebeddd736f6687d04e5a6b7a597 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 27 Jan 2004 16:11:47 +0000 Subject: Replace all occurrences of the "MAIL" definition with MAIL_CMD, since some shells can set MAIL to be the mailbox of the user, and environment variables will override assignments in make when using conditional assignments. --- mk/defs.Darwin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/defs.Darwin.mk') diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index bb5e8a91f51..3e4a9ca20d7 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.64 2003/12/16 23:07:42 heinz Exp $ +# $NetBSD: defs.Darwin.mk,v 1.65 2004/01/27 16:11:47 agc Exp $ # # Variable definitions for the Darwin operating system. @@ -38,7 +38,7 @@ LDD?= /usr/bin/otool -L LN?= /bin/ln LS?= /bin/ls M4?= /usr/bin/m4 -MAIL?= /usr/bin/mail +MAIL_CMD?= /usr/bin/mail MKDIR?= /bin/mkdir -p MTREE?= /usr/sbin/mtree MV?= /bin/mv -- cgit v1.2.3