]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/Makefile
MFstable/11 r311209:
[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_hast \
14         snmp_hostres \
15         snmp_mibII \
16         snmp_target \
17         snmp_usm \
18         snmp_vacm \
19
20 .if ${MK_PF} != "no"
21 SUBDIR+=snmp_pf
22 .endif
23
24 .if ${MK_NETGRAPH_SUPPORT} != "no"
25 SUBDIR+=snmp_netgraph
26 .endif
27
28 .if ${MK_WIRELESS} != "no"
29 SUBDIR+=snmp_wlan
30 .endif
31
32 INCS=   snmpmod.h
33 INCSDIR= ${INCLUDEDIR}/bsnmp
34
35 .include <bsd.prog.mk>