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/sendmail/makemap/Makefile | |
| parent | 58a60a43f2e6cccb361488d55c668f5a0d93874f (diff) | |
use '${MAKE}', not 'make'.
Diffstat (limited to 'gnu/usr.sbin/sendmail/makemap/Makefile')
| -rw-r--r-- | gnu/usr.sbin/sendmail/makemap/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |
