Forgot to change the pointer to the snmp_atm sources after repo-copy.

Correct this by pointing to the new location.

Pointy hat to:	harti

Submitted by:	keramida
This commit is contained in:
Hartmut Brandt 2005-03-15 07:38:15 +00:00
parent 4483fe9227
commit 291aa5d7f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143617

View File

@ -37,7 +37,7 @@ FILES= atmconfig.help atmconfig_device.help
FILESDIR= /usr/share/doc/atm
SNMP_ATM_DEF= ${.CURDIR}/../../../contrib/ngatm/snmp_atm/atm_tree.def \
${.CURDIR}/../../../lib/libbsnmp/modules/snmp_atm/atm_freebsd.def
${.CURDIR}/../../../usr.sbin/bsnmpd/modules/snmp_atm/atm_freebsd.def
${.OBJDIR}/oid.h: atm_oid.list ${SNMP_ATM_DEF}
cat ${SNMP_ATM_DEF} | gensnmptree -e `tail -n +2 ${.CURDIR}/atm_oid.list` \