diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/mktemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c index bfef0b4a6..944eb0e06 100644 --- a/coreutils/mktemp.c +++ b/coreutils/mktemp.c | |||
@@ -36,7 +36,7 @@ | |||
36 | //config: help | 36 | //config: help |
37 | //config: mktemp is used to create unique temporary files | 37 | //config: mktemp is used to create unique temporary files |
38 | 38 | ||
39 | //applet:IF_MKTEMP(APPLET(mktemp, BB_DIR_BIN, BB_SUID_DROP)) | 39 | //applet:IF_MKTEMP(APPLET_NOEXEC(mktemp, mktemp, BB_DIR_BIN, BB_SUID_DROP, mktemp)) |
40 | 40 | ||
41 | //kbuild:lib-$(CONFIG_MKTEMP) += mktemp.o | 41 | //kbuild:lib-$(CONFIG_MKTEMP) += mktemp.o |
42 | 42 | ||