From 8f712d32fc89da1d48e1b5c18b86a718d3c3fde4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 6 Aug 2009 12:23:01 +0000 Subject: Pass -DBATCH to the child PR: 137269 Submitted by: Marcin Wisnicki --- mail/procmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/procmail') diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index bd368782d98e..43b178026e1e 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -35,7 +35,9 @@ MAKE_JOBS_UNSAFE= yes # It asks for list of directories to do test for file locking # (defaults to /tmp and ".", so return should suffice in most cases). -.if !defined(BATCH) # handled in patch-aa +.if defined(BATCH) # handled in patch-aa +MAKE_ARGS+= -DBATCH +.else IS_INTERACTIVE= yes .endif -- cgit v1.2.3