Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion

Requested by:	ian
This commit is contained in:
Baptiste Daroussin 2014-02-22 13:05:23 +00:00
parent eab68f795a
commit 6a54f620e5
5 changed files with 5 additions and 5 deletions

View File

@ -226,7 +226,7 @@ distribution:
.endif .endif
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
.if ${MK_DMA} != "no" .if ${MK_DMAGENT} != "no"
${_+_}cd ${.CURDIR}/dma; ${MAKE} install ${_+_}cd ${.CURDIR}/dma; ${MAKE} install
.endif .endif
${_+_}cd ${.CURDIR}/gss; ${MAKE} install ${_+_}cd ${.CURDIR}/gss; ${MAKE} install

View File

@ -49,7 +49,7 @@ _casper= casper
_comsat= comsat _comsat= comsat
.endif .endif
.if ${MK_DMA} != "no" .if ${MK_DMAGENT} != "no"
_dma= dma _dma= dma
_dma-mbox-create= dma-mbox-create _dma-mbox-create= dma-mbox-create
.endif .endif

View File

@ -271,7 +271,7 @@ __DEFAULT_YES_OPTIONS = \
CTM \ CTM \
CXX \ CXX \
DICT \ DICT \
DMA \ DMAGENT \
DYNAMICROOT \ DYNAMICROOT \
ED_CRYPTO \ ED_CRYPTO \
EXAMPLES \ EXAMPLES \
@ -512,7 +512,7 @@ MK_GROFF:= no
.if ${MK_MAIL} == "no" .if ${MK_MAIL} == "no"
MK_MAILWRAPPER:= no MK_MAILWRAPPER:= no
MK_SENDMAIL:= no MK_SENDMAIL:= no
MK_DMA:= no MK_DMAGENT:= no
.endif .endif
.if ${MK_NETGRAPH} == "no" .if ${MK_NETGRAPH} == "no"

View File

@ -4307,7 +4307,7 @@ OLD_FILES+=usr/bin/svnsync
OLD_FILES+=usr/bin/svnversion OLD_FILES+=usr/bin/svnversion
.endif .endif
.if ${MK_DMA} == no .if ${MK_DMAGENT} == no
OLD_FILES+=usr/libexec/dma OLD_FILES+=usr/libexec/dma
OLD_FILES+=usr/libexec/dma-mbox-create OLD_FILES+=usr/libexec/dma-mbox-create
OLD_FILES+=usr/share/man/man8/dma.8.gz OLD_FILES+=usr/share/man/man8/dma.8.gz