ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / sum.c
index ec9ed2a1110eaad2ea9f4e9cfaf5765223d5ae80..487e93f4acea7a5e5e4f41ed4bb8886bf6071bde 100644 (file)
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//config:config SUM
+//config:      bool "sum (4.3 kb)"
+//config:      default y
+//config:      help
+//config:      checksum and count the blocks in a file
+
+//applet:IF_SUM(APPLET(sum, BB_DIR_USR_BIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_SUM) += sum.o
 
 //usage:#define sum_trivial_usage
 //usage:       "[-rs] [FILE]..."