diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-17 03:03:17 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-17 03:03:17 +0000 |
| commit | c9e3031a0b604173dd35c8d36569b586d5539b2c (patch) | |
| tree | 8f7cf5b72d79bf0e79e39af0a9924042a21ec215 /lib/libucl | |
| parent | dc8c6c5c08cb5b4ff1721b9b449858b14a5c7f28 (diff) | |
Notes
Diffstat (limited to 'lib/libucl')
| -rw-r--r-- | lib/libucl/Makefile.depend | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libucl/Makefile.depend b/lib/libucl/Makefile.depend new file mode 100644 index 000000000000..bee153c2a7af --- /dev/null +++ b/lib/libucl/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/msun \ + usr.bin/xinstall.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |
