diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-01-04 19:19:48 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-01-04 19:19:48 +0000 |
| commit | b626f5a73a48f44a31a200291b141e1da408a2ff (patch) | |
| tree | 3882b41d5bbb0e4ad065fa3392bf2eab80a3d4e3 /libexec/dma | |
| parent | 5b7774f3ea9332e266e0353f708a83cb5ae348f7 (diff) | |
| parent | 2418fd040b8118067ee3c923b9ed604664c9c709 (diff) | |
Notes
Diffstat (limited to 'libexec/dma')
| -rw-r--r-- | libexec/dma/dma-mbox-create/Makefile.depend | 21 | ||||
| -rw-r--r-- | libexec/dma/dmagent/Makefile.depend | 30 |
2 files changed, 51 insertions, 0 deletions
diff --git a/libexec/dma/dma-mbox-create/Makefile.depend b/libexec/dma/dma-mbox-create/Makefile.depend new file mode 100644 index 000000000000..b3f22d1b14c1 --- /dev/null +++ b/libexec/dma/dma-mbox-create/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + secure/lib/libcrypto \ + secure/lib/libssl \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/libexec/dma/dmagent/Makefile.depend b/libexec/dma/dmagent/Makefile.depend new file mode 100644 index 000000000000..226aa409a7f1 --- /dev/null +++ b/libexec/dma/dmagent/Makefile.depend @@ -0,0 +1,30 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + secure/lib/libcrypto \ + secure/lib/libssl \ + usr.bin/yacc.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +aliases_parse.o: aliases_parse.c +aliases_parse.o: aliases_parse.h +aliases_parse.po: aliases_parse.c +aliases_parse.po: aliases_parse.h +aliases_scan.o: aliases_parse.h +aliases_scan.o: aliases_scan.c +aliases_scan.po: aliases_parse.h +aliases_scan.po: aliases_scan.c +.endif |
