diff options
Diffstat (limited to 'toys/sha1sum.c')
-rw-r--r-- | toys/sha1sum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/sha1sum.c b/toys/sha1sum.c index 2a1b11e9..3229cd12 100644 --- a/toys/sha1sum.c +++ b/toys/sha1sum.c @@ -9,6 +9,8 @@ * * Not in SUSv3. +USE_SHA1SUM(NEWTOY(sha1sum, NULL, TOYFLAG_USR|TOYFLAG_BIN)) + config SHA1SUM bool "sha1sum" default y |