harti f9ec393252 Link to the build again. The problem was that we need a new
gensnmptree for the .def file to parse. This was fixed in
Makefile.inc1.
2004-08-11 16:47:12 +00:00

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>