f9ec393252
gensnmptree for the .def file to parse. This was fixed in Makefile.inc1.
17 lines
231 B
Makefile
17 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
|
|
|
|
.if !defined(NOATM)
|
|
_snmp_atm= snmp_atm
|
|
.endif
|
|
|
|
SUBDIR= ${_snmp_atm} \
|
|
snmp_mibII \
|
|
snmp_netgraph
|
|
|
|
INCS= snmpmod.h
|
|
INCSDIR= ${INCLUDEDIR}/bsnmp
|
|
|
|
.include <bsd.prog.mk>
|