blob: 7a31aae4f659ffc7d355cad9ccdf79eefc3de845 (
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
|
# Autogenerated - do NOT edit!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libbsnmp/libbsnmp \
lib/libc \
lib/libcompiler_rt \
usr.sbin/bsnmpd/modules \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
pf_snmp.So: pf_oid.h
pf_snmp.So: pf_tree.h
pf_snmp.po: pf_oid.h
pf_snmp.po: pf_tree.h
pf_tree.So: pf_tree.c
pf_tree.So: pf_tree.h
pf_tree.po: pf_tree.c
pf_tree.po: pf_tree.h
.endif
|