diff options
Diffstat (limited to 'usr.bin/bc')
-rw-r--r-- | usr.bin/bc/Makefile.depend | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/usr.bin/bc/Makefile.depend b/usr.bin/bc/Makefile.depend new file mode 100644 index 000000000000..3a0478905cdd --- /dev/null +++ b/usr.bin/bc/Makefile.depend @@ -0,0 +1,28 @@ +# 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/libedit \ + lib/ncurses/ncursesw \ + usr.bin/yacc.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +bc.o: bc.c +bc.po: bc.c +scan.o: bc.h +scan.o: scan.c +scan.po: bc.h +scan.po: scan.c +.endif |