Add readprofile applet support.

This commit is contained in:
Paul Mundt
2005-05-20 17:22:18 +00:00
parent 93850a56b2
commit 8b2d02ed34
5 changed files with 327 additions and 0 deletions

View File

@@ -485,6 +485,9 @@
#ifdef CONFIG_READLINK
APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_READPROFILE
APPLET(readprofile, readprofile_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_REALPATH
APPLET(realpath, realpath_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif