diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
commit | f99c0d1382b3a1ec51248c04d2bc19ddaac93221 (patch) | |
tree | 6723c60bf588cb24ceb87cbb400be4207c9b8ae1 | |
parent | 3ba0785a742f0a29c3869f52bd99e6b5b8b9c0e0 (diff) | |
download | src-f99c0d1382b3a1ec51248c04d2bc19ddaac93221.tar.gz src-f99c0d1382b3a1ec51248c04d2bc19ddaac93221.zip |
Add in DIRDEPS_BUILD support.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=293287
-rw-r--r-- | lib/libsysdecode/Makefile.depend | 22 | ||||
-rw-r--r-- | targets/pseudo/userland/lib/Makefile.depend | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/lib/libsysdecode/Makefile.depend b/lib/libsysdecode/Makefile.depend new file mode 100644 index 000000000000..653f52664dc0 --- /dev/null +++ b/lib/libsysdecode/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/rpc \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ioctl.So: ioctl.c +ioctl.o: ioctl.c +ioctl.po: ioctl.c +.endif diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index c5e2407ddc18..e57164a7d917 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -136,6 +136,7 @@ DIRDEPS = \ lib/libstand \ lib/libstdbuf \ lib/libstdthreads \ + lib/libsysdecode \ lib/libtacplus \ lib/libtelnet \ lib/libthr \ |