1
2.include <src.opts.mk>
3
4.PATH: ${SRCTOP}/contrib/bsnmp/snmpd
5
6SUBDIR=	\
7	snmp_bridge \
8	snmp_hostres \
9	snmp_lm75 \
10	snmp_mibII \
11	snmp_target \
12	snmp_usm \
13	snmp_vacm \
14
15.if ${MK_HAST} != "no"
16SUBDIR+=snmp_hast
17.endif
18
19.if ${MK_PF} != "no"
20SUBDIR+=snmp_pf
21.endif
22
23.if ${MK_NETGRAPH_SUPPORT} != "no"
24SUBDIR+=snmp_netgraph
25.endif
26
27.if ${MK_WIRELESS} != "no"
28SUBDIR+=snmp_wlan
29.endif
30
31INCS=	snmpmod.h
32INCSDIR= ${INCLUDEDIR}/bsnmp
33
34SUBDIR_TARGETS+=	smilint
35
36.include <bsd.prog.mk>
37