From acb4f7825e7297e5fc46e8935a69d762b82e73f3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 25 Sep 2004 07:00:11 +0000 Subject: [PATCH] Revert to always descending into the "bsnmp" subdir -- gensnmptree and bsnmpd should not be controlled by the NOATM knob. --- usr.sbin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 0c53f7fb6466..fc70d49126f8 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -19,7 +19,7 @@ SUBDIR= ac \ ${_boot0cfg} \ ${_boot98cfg} \ bootparamd \ - ${_bsnmpd} \ + bsnmpd \ ${_btxld} \ burncd \ cdcontrol \ @@ -190,7 +190,6 @@ _sysinstall= sysinstall .if !defined(NOATM) _atm= atm -_bsnmpd= bsnmpd .endif .if !defined(NO_BIND)