diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/applets.src.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index 06b4fff35..f4fab53ee 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
| @@ -56,6 +56,11 @@ s - suid type: | |||
| 56 | # define APPLET_NOFORK(name,main,l,s,name2) { #name, #main, l, s, 1, 1 }, | 56 | # define APPLET_NOFORK(name,main,l,s,name2) { #name, #main, l, s, 1, 1 }, |
| 57 | #endif | 57 | #endif |
| 58 | 58 | ||
| 59 | #if ENABLE_INSTALL_NO_USR | ||
| 60 | # define _BB_DIR_USR_BIN _BB_DIR_BIN | ||
| 61 | # define _BB_DIR_USR_SBIN _BB_DIR_SBIN | ||
| 62 | #endif | ||
| 63 | |||
| 59 | 64 | ||
| 60 | INSERT | 65 | INSERT |
| 61 | IF_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_DROP, test)) | 66 | IF_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_DROP, test)) |
