New applet, devfsd, by Matteo Croce and Tito

This commit is contained in:
Glenn L McGrath
2003-10-09 11:46:23 +00:00
parent a55d72bbb4
commit 17d21fa519
6 changed files with 2070 additions and 0 deletions

View File

@ -142,6 +142,9 @@
#ifdef CONFIG_DELUSER
APPLET(deluser, deluser_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_DEVFSD
APPLET(devfsd, devfsd_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_DF
APPLET(df, df_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif