Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>

This commit is contained in:
Eric Andersen
2002-04-26 23:53:10 +00:00
parent 1c31501b1b
commit 00a6a75035
3 changed files with 98 additions and 2 deletions

View File

@@ -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