Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/sendmail use '${MAKE}', not 'make'.



details:   https://anonhg.NetBSD.org/src/rev/d5392403a11c
branches:  trunk
changeset: 494494:d5392403a11c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jul 07 04:26:57 2000 +0000

description:
use '${MAKE}', not 'make'.

diffstat:

 gnu/usr.sbin/sendmail/makemap/Makefile   |  6 +++---
 gnu/usr.sbin/sendmail/praliases/Makefile |  6 +++---
 gnu/usr.sbin/sendmail/sendmail/Makefile  |  4 ++--
 gnu/usr.sbin/sendmail/smrsh/Makefile     |  6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (78 lines):

diff -r d43958e520dc -r d5392403a11c gnu/usr.sbin/sendmail/makemap/Makefile
--- a/gnu/usr.sbin/sendmail/makemap/Makefile    Fri Jul 07 03:14:53 2000 +0000
+++ b/gnu/usr.sbin/sendmail/makemap/Makefile    Fri Jul 07 04:26:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2000/05/03 10:50:59 itojun Exp $
+#      $NetBSD: Makefile,v 1.4 2000/07/07 04:26:57 cgd Exp $
 
 .include <bsd.own.mk>
 
@@ -7,8 +7,8 @@
 
 PROG=          makemap
 
-LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; make print-objdir
-LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; make print-objdir
+LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; ${MAKE} print-objdir
+LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; ${MAKE} print-objdir
 
 CPPFLAGS+=     -DNOT_SENDMAIL
 LDADD+=                -L${LIBSMDBDIR} -lsmdb -L${LIBSMUTILDIR} -lsmutil
diff -r d43958e520dc -r d5392403a11c gnu/usr.sbin/sendmail/praliases/Makefile
--- a/gnu/usr.sbin/sendmail/praliases/Makefile  Fri Jul 07 03:14:53 2000 +0000
+++ b/gnu/usr.sbin/sendmail/praliases/Makefile  Fri Jul 07 04:26:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/05/03 10:51:00 itojun Exp $
+#      $NetBSD: Makefile,v 1.3 2000/07/07 04:26:58 cgd Exp $
 
 .include <bsd.own.mk>
 
@@ -7,8 +7,8 @@
 
 PROG=          praliases
 
-LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; make print-objdir
-LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; make print-objdir
+LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; ${MAKE} print-objdir
+LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; ${MAKE} print-objdir
 
 CPPFLAGS+=     -DNOT_SENDMAIL
 LDADD+=                -L${LIBSMDBDIR} -lsmdb -L${LIBSMUTILDIR} -lsmutil
diff -r d43958e520dc -r d5392403a11c gnu/usr.sbin/sendmail/sendmail/Makefile
--- a/gnu/usr.sbin/sendmail/sendmail/Makefile   Fri Jul 07 03:14:53 2000 +0000
+++ b/gnu/usr.sbin/sendmail/sendmail/Makefile   Fri Jul 07 04:26:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2000/05/06 15:33:25 itojun Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/07 04:26:59 cgd Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 BINOWN=                root
 BINMODE=       4555
 
-LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; make print-objdir
+LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; ${MAKE} print-objdir
 
 LDADD+=                -lwrap -L${LIBSMUTILDIR} -lsmutil
 DPADD+=                ${LIBWRAP} ${LIBSMUTILDIR}/libsmutil.a
diff -r d43958e520dc -r d5392403a11c gnu/usr.sbin/sendmail/smrsh/Makefile
--- a/gnu/usr.sbin/sendmail/smrsh/Makefile      Fri Jul 07 03:14:53 2000 +0000
+++ b/gnu/usr.sbin/sendmail/smrsh/Makefile      Fri Jul 07 04:26:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2000/05/03 10:51:00 itojun Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/07 04:27:01 cgd Exp $
 
 .include <bsd.own.mk>
 
@@ -8,8 +8,8 @@
 BINDIR=                /usr/libexec
 PROG=          smrsh
 
-LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; make print-objdir
-LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; make print-objdir
+LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; ${MAKE} print-objdir
+LIBSMDBDIR!=   cd ${.CURDIR}/../libsmdb; ${MAKE} print-objdir
 
 CPPFLAGS+=     -DNOT_SENDMAIL
 CPPFLAGS+=     -DCMDDIR=\"/usr/libexec/sm.bin\"



Home | Main Index | Thread Index | Old Index