diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-30 07:44:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-30 07:44:41 +0000 |
commit | 5da16cb63903bce0f0626dc4bd04582227bd13cb (patch) | |
tree | e7ac9d88d5e177d97f7c262394076b257c223cf9 /mail/dma | |
parent | f2218dcef13577867418f91ffd6c64d1e706f968 (diff) |
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
Notes
Notes:
svn path=/head/; revision=375815
Diffstat (limited to 'mail/dma')
-rw-r--r-- | mail/dma/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |