diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
commit | 0e634907c1421239606d5cfe5ba99f6e8298d900 (patch) | |
tree | 6723c60bf588cb24ceb87cbb400be4207c9b8ae1 | |
parent | 469f276a0963d4901818f18679faa28406439f56 (diff) | |
download | FreeBSD-src-0e634907c1421239606d5cfe5ba99f6e8298d900.zip FreeBSD-src-0e634907c1421239606d5cfe5ba99f6e8298d900.tar.gz |
Add in DIRDEPS_BUILD support.
Sponsored by: EMC / Isilon Storage Division
-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 0000000..653f526 --- /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 c5e2407..e57164a 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 \ |