diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-01-03 22:51:40 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-01-03 22:51:40 +0000 |
commit | 8b215b74f22428cd7aa339bd5ef7d0d1b2072297 (patch) | |
tree | 11db95c0fd350e69f38e784df0a48bd69f389da3 /usr.bin | |
parent | 8675fa7917d496b5463ab88bdd6365ca7c11fcef (diff) | |
download | FreeBSD-src-8b215b74f22428cd7aa339bd5ef7d0d1b2072297.zip FreeBSD-src-8b215b74f22428cd7aa339bd5ef7d0d1b2072297.tar.gz |
MFC r305148:
DIRDEPS_BUILD: Add some missing dirctories to the build.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bsdcat/tests/Makefile.depend | 25 | ||||
-rw-r--r-- | usr.bin/sdiff/tests/Makefile.depend | 11 | ||||
-rw-r--r-- | usr.bin/xinstall/tests/Makefile.depend | 11 |
3 files changed, 47 insertions, 0 deletions
diff --git a/usr.bin/bsdcat/tests/Makefile.depend b/usr.bin/bsdcat/tests/Makefile.depend new file mode 100644 index 0000000..4e7906b --- /dev/null +++ b/usr.bin/bsdcat/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 diff --git a/usr.bin/sdiff/tests/Makefile.depend b/usr.bin/sdiff/tests/Makefile.depend new file mode 100644 index 0000000..f80275d --- /dev/null +++ b/usr.bin/sdiff/tests/Makefile.depend @@ -0,0 +1,11 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/xinstall/tests/Makefile.depend b/usr.bin/xinstall/tests/Makefile.depend new file mode 100644 index 0000000..f80275d --- /dev/null +++ b/usr.bin/xinstall/tests/Makefile.depend @@ -0,0 +1,11 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |