From 5da16cb63903bce0f0626dc4bd04582227bd13cb Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 30 Dec 2014 07:44:41 +0000 Subject: dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by make.conf and src.conf PR: 194099 Submitted by: mva --- mail/dma/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/dma/Makefile b/mail/dma/Makefile index 7712ca460ac7..c666f6328c8f 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -26,6 +26,8 @@ CFLAGS+= -I${OPENSSLINC} \ -DDMA_GROUP='\"mail\"' LDFLAGS+= -L${OPENSSLLIB} +MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null + USE_RC_SUBR= dma_flushq SUB_FILES= pkg-message -- cgit v1.2.3