buttons: Remove legacy button applications

The button applications have moved to their own project here:
https://github.com/openbmc/phosphor-buttons

Remove the legacy rstbutton and pwrbutton appications.

Change-Id: I16d0e364bd748551cf4d33244e07de79e069dedc
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/Makefile b/Makefile
index bbadf04..0420ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,7 @@
 	     flashbios \
 	     op-flasher \
 	     op-hostctl \
-	     op-pwrctl \
-	     pwrbutton \
-	     rstbutton
+	     op-pwrctl
 
 SUBDIRS = fanctl \
 	  ledctl \