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.
This commit is contained in:
Hartmut Brandt 2004-08-11 16:47:12 +00:00
parent 88e299900c
commit 0d5467be9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133508
2 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
# .if !defined(NOATM)
# _snmp_atm= snmp_atm
# .endif
.if !defined(NOATM)
_snmp_atm= snmp_atm
.endif
SUBDIR= ${_snmp_atm} \
snmp_mibII \

View File

@ -2,9 +2,9 @@
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
# .if !defined(NOATM)
# _snmp_atm= snmp_atm
# .endif
.if !defined(NOATM)
_snmp_atm= snmp_atm
.endif
SUBDIR= ${_snmp_atm} \
snmp_mibII \