28 lines
478 B
Makefile
28 lines
478 B
Makefile
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||
|
|
||
|
DIRDEPS = \
|
||
|
gnu/lib/libgcc \
|
||
|
include \
|
||
|
include/arpa \
|
||
|
include/xlocale \
|
||
|
lib/${CSU_DIR} \
|
||
|
lib/libc \
|
||
|
lib/libmd \
|
||
|
lib/librt \
|
||
|
lib/msun \
|
||
|
secure/lib/libcrypto \
|
||
|
usr.sbin/ntp/libntp \
|
||
|
usr.sbin/ntp/libopts \
|
||
|
usr.sbin/ntp/libparse \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
version.o: version.c
|
||
|
version.po: version.c
|
||
|
.endif
|