diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-03-10 21:16:01 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-03-10 21:16:01 +0000 |
commit | 7d536dc855c85c15bf45f033d108a61b1f3cecc3 (patch) | |
tree | 5abb86d0e160314526bb716fff070a6708d61844 /usr.bin/cpio | |
parent | b0bdd78348d85294a359c160c307b608b2dc45f0 (diff) | |
parent | 30d816a7b569b260360265885c779f6d8e923947 (diff) |
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=296625
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r-- | usr.bin/cpio/tests/Makefile.depend | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/usr.bin/cpio/tests/Makefile.depend b/usr.bin/cpio/tests/Makefile.depend new file mode 100644 index 000000000000..4e7906b9d349 --- /dev/null +++ b/usr.bin/cpio/tests/Makefile.depend @@ -0,0 +1,25 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libarchive \ + lib/libbz2 \ + lib/libc \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/liblzma \ + lib/libthr \ + lib/libz \ + secure/lib/libcrypto \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |