diff options
Diffstat (limited to 'toys/chvt.c')
-rw-r--r-- | toys/chvt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/chvt.c b/toys/chvt.c index fbee3915..c32a021f 100644 --- a/toys/chvt.c +++ b/toys/chvt.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) + config CHVT bool "chvt" default y |