aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/crontab.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-03-08 13:39:23 -0600
committerRob Landley <rob@landley.net>2016-03-08 13:39:23 -0600
commit1fd80657b06e016217efb7068b08fa9e4aa5650d (patch)
treef05b7325041818728b11d512cb525f2a6b23c460 /toys/pending/crontab.c
parent8d95074b7d034188af8542aaea0306d3670d71be (diff)
downloadtoybox-1fd80657b06e016217efb7068b08fa9e4aa5650d.tar.gz
Add depends on TOYBOX_FORK for various commands that need nommu conversion.
(This should fix allyesconfig.)
Diffstat (limited to 'toys/pending/crontab.c')
-rw-r--r--toys/pending/crontab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/crontab.c b/toys/pending/crontab.c
index 67c8a543..80a881d7 100644
--- a/toys/pending/crontab.c
+++ b/toys/pending/crontab.c
@@ -9,6 +9,7 @@ USE_CRONTAB(NEWTOY(crontab, "c:u:elr[!elr]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_STA
config CRONTAB
bool "crontab"
default n
+ depends on TOYBOX_FORK
help
usage: crontab [-u user] FILE
[-u user] [-e | -l | -r]