mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
||
|
|
|
||
|
|
SUBDIR= snmp_mibII \
|
||
|
|
snmp_netgraph
|
||
|
|
|
||
|
|
INCS= snmpmod.h
|
||
|
|
INCSDIR= ${INCLUDEDIR}/bsnmp
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|