From 3f58070b3ad1cfb47ef93e39b55c3b5b11f3312c Mon Sep 17 00:00:00 2001 From: sjg Date: Mon, 15 Jun 2015 20:11:15 +0000 Subject: Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools. --- usr.bin/elfcopy/Makefile.depend | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 usr.bin/elfcopy/Makefile.depend (limited to 'usr.bin/elfcopy/Makefile.depend') diff --git a/usr.bin/elfcopy/Makefile.depend b/usr.bin/elfcopy/Makefile.depend new file mode 100644 index 0000000..72ff635 --- /dev/null +++ b/usr.bin/elfcopy/Makefile.depend @@ -0,0 +1,25 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + lib/${CSU_DIR} \ + lib/libarchive \ + lib/libbz2 \ + lib/libc \ + lib/libcompiler_rt \ + lib/libelf \ + lib/libelftc \ + lib/libexpat \ + lib/liblzma \ + lib/libthr \ + lib/libz \ + secure/lib/libcrypto \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.1