23 lines
389 B
Makefile
23 lines
389 B
Makefile
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||
|
|
||
|
DEP_MACHINE := ${.PARSEFILE:E}
|
||
|
|
||
|
DIRDEPS = \
|
||
|
include \
|
||
|
include/arpa \
|
||
|
include/xlocale \
|
||
|
lib/msun \
|
||
|
secure/lib/libssl \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
cversion.So: buildinf.h
|
||
|
cversion.o: buildinf.h
|
||
|
cversion.po: buildinf.h
|
||
|
.endif
|