freebsd-dev/usr.sbin/bsnmpd/modules/Makefile
2016-12-28 05:21:22 +00:00

40 lines
538 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if ${MK_ATM} != "no"
_snmp_atm= snmp_atm
.endif
SUBDIR= ${_snmp_atm} \
snmp_bridge \
snmp_hostres \
snmp_lm75 \
snmp_mibII \
snmp_target \
snmp_usm \
snmp_vacm \
.if ${MK_HAST} != "no"
SUBDIR+=snmp_hast
.endif
.if ${MK_PF} != "no"
SUBDIR+=snmp_pf
.endif
.if ${MK_NETGRAPH_SUPPORT} != "no"
SUBDIR+=snmp_netgraph
.endif
.if ${MK_WIRELESS} != "no"
SUBDIR+=snmp_wlan
.endif
INCS= snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp
.include <bsd.prog.mk>