Denys Vlasenko | ab77e81 | 2017-08-18 19:15:29 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com> | ||||
3 | * | ||||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | ||||
5 | */ | ||||
6 | //config:config MINIPS | ||||
7 | //config: bool "minips (11 kb)" | ||||
8 | //config: default n # for god's sake, just use "ps" name in your scripts | ||||
9 | //config: help | ||||
10 | //config: Alias to "ps". | ||||
11 | |||||
Denys Vlasenko | 20c0d07 | 2017-08-18 19:23:51 +0200 | [diff] [blame] | 12 | /* applet and kbuild hooks are in ps.c */ |