diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
commit | 7cd2dcf07629713e5a3d60472cfe4701b705a167 (patch) | |
tree | b5c84f0fffb4afc526cfc112218fc0eb81a3021a /usr.bin/mandoc/Makefile.depend | |
parent | c9b6e5b40b3af2fc12dda4fdf87722208b13e99e (diff) | |
download | src-test-7cd2dcf07629713e5a3d60472cfe4701b705a167.tar.gz src-test-7cd2dcf07629713e5a3d60472cfe4701b705a167.zip |
Notes
Diffstat (limited to 'usr.bin/mandoc/Makefile.depend')
-rw-r--r-- | usr.bin/mandoc/Makefile.depend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/mandoc/Makefile.depend b/usr.bin/mandoc/Makefile.depend new file mode 100644 index 0000000000000..925018e2b1c43 --- /dev/null +++ b/usr.bin/mandoc/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libmandoc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |