mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
16 lines
232 B
Makefile
16 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
|
|
|
.if !defined(NO_ATM)
|
|
_snmp_atm= snmp_atm
|
|
.endif
|
|
|
|
SUBDIR= ${_snmp_atm} \
|
|
snmp_mibII \
|
|
snmp_netgraph
|
|
|
|
INCS= snmpmod.h
|
|
INCSDIR= ${INCLUDEDIR}/bsnmp
|
|
|
|
.include <bsd.prog.mk>
|