diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2016-03-27 23:19:14 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2016-03-27 23:19:14 +0000 |
| commit | 05e7782363b5b745026b47653a4ea5c4741c2361 (patch) | |
| tree | 03070a71c5188dc91a7be42908649e3537c0e9ad /libexec/dma | |
| parent | 2596e591085f0586a74ed6f55f298bc0f66fb9ee (diff) | |
Notes
Diffstat (limited to 'libexec/dma')
| -rw-r--r-- | libexec/dma/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"' \ |
