Do not override top level CFLAGS in libexec/dma

This commit is contained in:
Alexander Kabaev 2016-03-27 23:19:14 +00:00
parent 2596e59108
commit 05e7782363
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297327

View File

@ -4,7 +4,7 @@
DMA_SOURCES= ${.CURDIR}/../../../contrib/dma
.PATH: ${DMA_SOURCES}
CFLAGS= -I${DMA_SOURCES} \
CFLAGS+= -I${DMA_SOURCES} \
-DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \
-DCONF_PATH='"/etc/dma"' \
-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.10"' \