diff options
Diffstat (limited to 'toys/dmesg.c')
-rw-r--r-- | toys/dmesg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/dmesg.c b/toys/dmesg.c index a16b8d01..a02de5a4 100644 --- a/toys/dmesg.c +++ b/toys/dmesg.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_DMESG(NEWTOY(dmesg, "s#n#c", TOYFLAG_BIN)) + config DMESG bool "dmesg" default y |