diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-21 07:26:49 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-21 07:26:49 +0000 |
| commit | a9e8641da961bcf3d24afc85fd657f2083a872a2 (patch) | |
| tree | 50c8cd4c6b55c353a3f982a5f9f8c8590d1ba5ec /libexec/Makefile | |
| parent | 159dd56f947fb0d05692ca13ca4fcc389fd52dca (diff) | |
| parent | c48517e8d3cc4e8abc200d7d5dffc340fc4f01c7 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index e4781b82a7e9..8463b9075ca5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -8,6 +8,8 @@ SUBDIR= ${_atf} \ bootpd \ ${_casper} \ ${_comsat} \ + ${_dma} \ + ${_dma-mbox-create} \ fingerd \ ftpd \ getty \ @@ -47,6 +49,11 @@ _casper= casper _comsat= comsat .endif +.if ${MK_DMA} != "no" +_dma= dma +_dma-mbox-create= dma-mbox-create +.endif + .if ${MK_NIS} != "no" _mknetid= mknetid _ypxfr= ypxfr |
