From 291aa5d7f703ae0ea37ee544a090c2478bcb228b Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Tue, 15 Mar 2005 07:38:15 +0000 Subject: [PATCH] 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 --- sbin/atm/atmconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index c4df9e76245..1db0fa46dc0 100644 --- a/sbin/atm/atmconfig/Makefile +++ b/sbin/atm/atmconfig/Makefile @@ -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` \