summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath2003-10-09 11:46:23 +0000
committerGlenn L McGrath2003-10-09 11:46:23 +0000
commit17d21fa5191bd3298e9bee66e2fcc9afb24a9649 (patch)
tree262a980586bed9b84ca5832f85f8c5dd1d42cfaa /include/applets.h
parenta55d72bbb419215d76465d484bfeee84308af0bc (diff)
downloadbusybox-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.zip
busybox-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.tar.gz
New applet, devfsd, by Matteo Croce and Tito
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index b1425fa..6f1295a 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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