# $FreeBSD$ .include .PATH: ${SRCTOP}/contrib/bsnmp/snmpd .if ${MK_ATM} != "no" _snmp_atm= snmp_atm .endif SUBDIR= ${_snmp_atm} \ snmp_bridge \ snmp_hostres \ 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 SUBDIR_TARGETS+= smilint .include