diff options
| author | cgd <cgd@NetBSD.org> | 2000-07-07 04:26:57 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2000-07-07 04:26:57 +0000 |
| commit | fc10dadbb6d4b81503e9c6e8e587ada47508b76a (patch) | |
| tree | 73d183bcec662854a3326276577c4945bb5b38a6 /gnu/usr.sbin | |
| parent | 58a60a43f2e6cccb361488d55c668f5a0d93874f (diff) | |
use '${MAKE}', not 'make'.
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/sendmail/makemap/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.sbin/sendmail/praliases/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.sbin/sendmail/smrsh/Makefile | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/gnu/usr.sbin/sendmail/makemap/Makefile b/gnu/usr.sbin/sendmail/makemap/Makefile index e68f5a62035..9a1dc356bab 100644 --- a/gnu/usr.sbin/sendmail/makemap/Makefile +++ b/gnu/usr.sbin/sendmail/makemap/Makefile @@ -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 @@ DIST= ${.CURDIR}/../../../dist 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 --git a/gnu/usr.sbin/sendmail/praliases/Makefile b/gnu/usr.sbin/sendmail/praliases/Makefile index 971c056483f..9c53f2e625e 100644 --- a/gnu/usr.sbin/sendmail/praliases/Makefile +++ b/gnu/usr.sbin/sendmail/praliases/Makefile @@ -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 @@ DIST= ${.CURDIR}/../../../dist 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 --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 307d01b3c23..e5d2fc080df 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -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 @@ PROG= sendmail 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 --git a/gnu/usr.sbin/sendmail/smrsh/Makefile b/gnu/usr.sbin/sendmail/smrsh/Makefile index b2e818d6be6..063af478bc5 100644 --- a/gnu/usr.sbin/sendmail/smrsh/Makefile +++ b/gnu/usr.sbin/sendmail/smrsh/Makefile @@ -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 @@ DIST= ${.CURDIR}/../../../dist 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\" |
