blob: ad0f13a519b15d79daeae63eee17ef5a34aa9ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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/libc_nonshared \
lib/libcompiler_rt \
lib/libjail \
lib/libkvm \
lib/msun \
lib/ncurses/ncurses \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
commands.o: sigdesc.h
commands.po: sigdesc.h
display.o: top.local.h
display.po: top.local.h
top.o: top.local.h
top.po: top.local.h
username.o: top.local.h
username.po: top.local.h
.endif
|