From 00a6a750357d49d3e9cedf3edee7ae2aceae6748 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Apr 2002 23:53:10 +0000 Subject: Add the who applet, supplied by Da Chen --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 6760fc5a1..aaac6a9d4 100644 --- a/include/applets.h +++ b/include/applets.h @@ -506,6 +506,9 @@ #ifdef CONFIG_WHICH APPLET(which, which_main, _BB_DIR_USR_BIN) #endif +#ifdef CONFIG_WHO + APPLET(who, who_main, _BB_DIR_USR_BIN) +#endif #ifdef CONFIG_WHOAMI APPLET(whoami, whoami_main, _BB_DIR_USR_BIN) #endif -- cgit v1.2.3