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