aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/applets.h b/include/applets.h
index d3399b9af..0fd89c71a 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -59,14 +59,14 @@
59#ifdef BB_CAT 59#ifdef BB_CAT
60 APPLET(cat, cat_main, _BB_DIR_BIN) 60 APPLET(cat, cat_main, _BB_DIR_BIN)
61#endif 61#endif
62#ifdef BB_CHMOD_CHOWN_CHGRP 62#ifdef BB_CHGRP
63 APPLET(chgrp, chmod_chown_chgrp_main, _BB_DIR_BIN) 63 APPLET(chgrp, chgrp_main, _BB_DIR_BIN)
64#endif 64#endif
65#ifdef BB_CHMOD_CHOWN_CHGRP 65#ifdef BB_CHMOD
66 APPLET(chmod, chmod_chown_chgrp_main, _BB_DIR_BIN) 66 APPLET(chmod, chmod_main, _BB_DIR_BIN)
67#endif 67#endif
68#ifdef BB_CHMOD_CHOWN_CHGRP 68#ifdef BB_CHOWN
69 APPLET(chown, chmod_chown_chgrp_main, _BB_DIR_BIN) 69 APPLET(chown, chown_main, _BB_DIR_BIN)
70#endif 70#endif
71#ifdef BB_CHROOT 71#ifdef BB_CHROOT
72 APPLET(chroot, chroot_main, _BB_DIR_USR_SBIN) 72 APPLET(chroot, chroot_main, _BB_DIR_USR_SBIN)