diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/ar.c b/archival/ar.c index 0a8d828d6..866856f87 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -17,6 +17,7 @@ | |||
17 | * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html | 17 | * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html |
18 | */ | 18 | */ |
19 | 19 | ||
20 | //applet:IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
20 | //kbuild:lib-$(CONFIG_AR) += ar.o | 21 | //kbuild:lib-$(CONFIG_AR) += ar.o |
21 | 22 | ||
22 | //usage:#define ar_trivial_usage | 23 | //usage:#define ar_trivial_usage |