diff options
Diffstat (limited to 'include/applets.src.h')
-rw-r--r-- | include/applets.src.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index d2b1d198f..6a14a6588 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
@@ -56,11 +56,6 @@ 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 | |||
64 | 59 | ||
65 | INSERT | 60 | INSERT |
66 | IF_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_DROP, test)) | 61 | IF_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_DROP, test)) |