]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/Makefile
MFstable/11 r311212:
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../../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_mibII \
15         snmp_target \
16         snmp_usm \
17         snmp_vacm \
18
19 .if ${MK_HAST} != "no"
20 SUBDIR+=snmp_hast
21 .endif
22
23 .if ${MK_PF} != "no"
24 SUBDIR+=snmp_pf
25 .endif
26
27 .if ${MK_NETGRAPH_SUPPORT} != "no"
28 SUBDIR+=snmp_netgraph
29 .endif
30
31 .if ${MK_WIRELESS} != "no"
32 SUBDIR+=snmp_wlan
33 .endif
34
35 INCS=   snmpmod.h
36 INCSDIR= ${INCLUDEDIR}/bsnmp
37
38 .include <bsd.prog.mk>