]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsnmpd/modules/Makefile
MFV r312970:
[FreeBSD/FreeBSD.git] / usr.sbin / bsnmpd / modules / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .PATH: ${SRCTOP}/contrib/bsnmp/snmpd
6
7 .if ${MK_ATM} != "no"
8 _snmp_atm= snmp_atm
9 .endif
10
11 SUBDIR= ${_snmp_atm} \
12         snmp_bridge \
13         snmp_hostres \
14         snmp_lm75 \
15         snmp_mibII \
16         snmp_target \
17         snmp_usm \
18         snmp_vacm \
19
20 .if ${MK_HAST} != "no"
21 SUBDIR+=snmp_hast
22 .endif
23
24 .if ${MK_PF} != "no"
25 SUBDIR+=snmp_pf
26 .endif
27
28 .if ${MK_NETGRAPH_SUPPORT} != "no"
29 SUBDIR+=snmp_netgraph
30 .endif
31
32 .if ${MK_WIRELESS} != "no"
33 SUBDIR+=snmp_wlan
34 .endif
35
36 INCS=   snmpmod.h
37 INCSDIR= ${INCLUDEDIR}/bsnmp
38
39 SUBDIR_TARGETS+=        smilint
40
41 .include <bsd.prog.mk>