30 lines
521 B
Makefile
30 lines
521 B
Makefile
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||
|
|
||
|
DIRDEPS = \
|
||
|
gnu/lib/libgcc \
|
||
|
include \
|
||
|
include/arpa \
|
||
|
include/rpc \
|
||
|
include/rpcsvc \
|
||
|
include/xlocale \
|
||
|
lib/${CSU_DIR} \
|
||
|
lib/libc \
|
||
|
lib/librpcsvc \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
yp_clnt.o: yp.h
|
||
|
yp_clnt.o: yp_clnt.c
|
||
|
yp_clnt.po: yp.h
|
||
|
yp_clnt.po: yp_clnt.c
|
||
|
ypxfr_clnt.o: yp.h
|
||
|
ypxfr_clnt.o: ypxfr_clnt.c
|
||
|
ypxfr_clnt.po: yp.h
|
||
|
ypxfr_clnt.po: ypxfr_clnt.c
|
||
|
.endif
|