diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-24 17:18:35 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-24 17:18:35 +0000 |
commit | 137e183ff316888facad7610712ad541e1c9b852 (patch) | |
tree | 3d2419018a132d5cf9f1fe1dba45fa434a3eca28 /usr.bin/mkesdb_static | |
parent | 9f93cfc34b5bb3268c0a1087ad834afca536721c (diff) | |
download | src-137e183ff316888facad7610712ad541e1c9b852.tar.gz src-137e183ff316888facad7610712ad541e1c9b852.zip |
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=295978
Diffstat (limited to 'usr.bin/mkesdb_static')
-rw-r--r-- | usr.bin/mkesdb_static/Makefile.depend | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.bin/mkesdb_static/Makefile.depend b/usr.bin/mkesdb_static/Makefile.depend new file mode 100644 index 000000000000..b0cb3acf0d13 --- /dev/null +++ b/usr.bin/mkesdb_static/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + usr.bin/yacc.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +lex.o: lex.c +lex.o: yacc.h +lex.po: lex.c +lex.po: yacc.h +yacc.o: yacc.c +yacc.po: yacc.c +.endif |