From 0ddb9d7a6c4b46efe932786feaada10b94162f92 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Sat, 25 Sep 2004 02:04:54 +0000 Subject: [PATCH] Uncomment bsnmpd so it can build. Noticed by: dougb --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ec5da89347a8..0c53f7fb6466 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -190,7 +190,7 @@ _sysinstall= sysinstall .if !defined(NOATM) _atm= atm -#_bsnmpd= bsnmpd +_bsnmpd= bsnmpd .endif .if !defined(NO_BIND)