From 21a040eb6c36d70b41840f94d79f603f2e365149 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 6 Aug 2003 17:09:26 +0000 Subject: [PATCH] Provide a default for "TOOL_M4" so that a manual "make" in "/usr/share/sendmail/cf" still works. --- gnu/usr.sbin/sendmail/cf/cf/Makefile.sendmail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile.sendmail b/gnu/usr.sbin/sendmail/cf/cf/Makefile.sendmail index e71a11dd3a36..5ecba3f33daf 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile.sendmail +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile.sendmail @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.sendmail,v 1.3 2003/07/10 10:34:20 lukem Exp $ +# $NetBSD: Makefile.sendmail,v 1.4 2003/08/06 17:09:26 tron Exp $ CFDIR?= ${.CURDIR}/.. CHMOD= chmod +TOOL_M4?= /usr/bin/m4 ROMODE= 444 RM= rm -f