build: install into bin instead of sbin

Installs into bin instead of sbin per guidelines.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I224523adb4da044b8000ede20d3882549e6cd2a6
diff --git a/Makefile.am b/Makefile.am
index c133dd3..66f6528 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@
 nobase_nodist_include_HEADERS = \
 		xyz/openbmc_project/Network/Client/Create/server.hpp
 
-sbin_PROGRAMS = phosphor-network-snmpconf
+bin_PROGRAMS = phosphor-network-snmpconf
 
 noinst_HEADERS = \
 		snmp_client.hpp \