move several applets to more correct ex-project. No code changes.
diff --git a/procps/Config.in b/procps/Config.in
index 9131910..b834fbf 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -43,6 +43,12 @@
 	default n
 	depends on KILL
 
+config NMETER
+	bool "nmeter"
+	default n
+	help
+	  Prints selected system stats continuously, one line per update.
+
 config PIDOF
 	bool "pidof"
 	default n
@@ -130,6 +136,14 @@
 	  the system has been running, how many users are currently logged
 	  on, and the system load averages for the past 1, 5, and 15 minutes.
 
+config WATCH
+	bool "watch"
+	default n
+	#huh?? select DATE
+	help
+	  watch is used to execute a program periodically, showing
+	  output to the screen.
+
 
 endmenu