diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-08-22 19:25:57 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-08-22 19:25:57 +0000 |
| commit | 7750ad47a9a7dbc83f87158464170c8640723293 (patch) | |
| tree | cd79e2918968cd4506cfed6dbf7f1829c11aa985 /usr.bin/mklocale | |
| parent | e43b47e8f430b87d4bb6a2c798216568483ab8c2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mklocale')
| -rw-r--r-- | usr.bin/mklocale/Makefile.depend | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.bin/mklocale/Makefile.depend b/usr.bin/mklocale/Makefile.depend new file mode 100644 index 000000000000..293b44bfa2e8 --- /dev/null +++ b/usr.bin/mklocale/Makefile.depend @@ -0,0 +1,26 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +lex.o: lex.c +lex.o: y.tab.h +lex.po: lex.c +lex.po: y.tab.h +yacc.o: yacc.c +yacc.po: yacc.c +.endif |
