mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
26 lines
404 B
Makefile
26 lines
404 B
Makefile
# Autogenerated - do NOT edit!
|
|
|
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libedit \
|
|
lib/ncurses/ncurses \
|
|
|
|
|
|
.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
|