From 05e7782363b5b745026b47653a4ea5c4741c2361 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sun, 27 Mar 2016 23:19:14 +0000 Subject: [PATCH] Do not override top level CFLAGS in libexec/dma --- libexec/dma/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc index e9a0d0a1c614..5d8cfc2c3e19 100644 --- a/libexec/dma/Makefile.inc +++ b/libexec/dma/Makefile.inc @@ -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"' \