diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-13 19:20:56 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-13 19:20:56 +0000 |
| commit | 88b3778aa44a92e70c119017ebb4a37403546f31 (patch) | |
| tree | ef13af983255a9e2b3e6d9bbce4e2b5c3cfb249f | |
| parent | 091bc8dbca13a216899b00b61a856dc1bd345900 (diff) | |
| parent | 1ca7c1c33680c22914949f9045bd4cb14470199c (diff) | |
| download | getent-darwin-88b3778aa44a92e70c119017ebb4a37403546f31.tar.gz getent-darwin-88b3778aa44a92e70c119017ebb4a37403546f31.zip | |
Add META_MODE support.
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
| -rw-r--r-- | Makefile.depend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.depend b/Makefile.depend new file mode 100644 index 0000000..1eb0f33 --- /dev/null +++ b/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + 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 +.endif |
