From 5a7971594085c76ca25b5ea907a1800602400d6c Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 3 Jun 2016 19:25:30 +0000 Subject: DIRDEPS_BUILD: Connect new directories and update dependencies. Sponsored by: EMC / Isilon Storage Division --- usr.bin/bsdcat/Makefile.depend | 25 +++++++++++++++++++++++++ usr.bin/resizewin/Makefile.depend | 18 ++++++++++++++++++ usr.bin/sdiff/Makefile.depend | 18 ++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 usr.bin/bsdcat/Makefile.depend create mode 100644 usr.bin/resizewin/Makefile.depend create mode 100644 usr.bin/sdiff/Makefile.depend (limited to 'usr.bin') diff --git a/usr.bin/bsdcat/Makefile.depend b/usr.bin/bsdcat/Makefile.depend new file mode 100644 index 0000000..4e7906b --- /dev/null +++ b/usr.bin/bsdcat/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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/resizewin/Makefile.depend b/usr.bin/resizewin/Makefile.depend new file mode 100644 index 0000000..3646e2e --- /dev/null +++ b/usr.bin/resizewin/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/sdiff/Makefile.depend b/usr.bin/sdiff/Makefile.depend new file mode 100644 index 0000000..3646e2e --- /dev/null +++ b/usr.bin/sdiff/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.1