diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-31 00:04:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-31 00:04:07 +0000 |
commit | 3806950135d2c8633ec0764e8807eacc87cf3e10 (patch) | |
tree | 401ad31b95fb26ef459fd5768136545a3f02c774 /lib/libxo | |
parent | 82fcadcd5558133fff4db8589e9553c7f166bbae (diff) | |
download | src-3806950135d2c8633ec0764e8807eacc87cf3e10.tar.gz src-3806950135d2c8633ec0764e8807eacc87cf3e10.zip |
Notes
Diffstat (limited to 'lib/libxo')
-rw-r--r-- | lib/libxo/tests/encoder/Makefile.depend | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libxo/tests/encoder/Makefile.depend b/lib/libxo/tests/encoder/Makefile.depend new file mode 100644 index 000000000000..aa8b4b3e4f33 --- /dev/null +++ b/lib/libxo/tests/encoder/Makefile.depend @@ -0,0 +1,17 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libxo \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |