aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-22 12:24:59 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-22 12:24:59 +0000
commitf6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb (patch)
tree7ea00c66d341d324294df54238acff2c1795d72b /miscutils/Makefile.in
parent44608e9693b03661fbab5e27650bb040c6871d11 (diff)
downloadbusybox-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.tar.gz
last_patch63 from vodz: add in crond and crontab applets
Diffstat (limited to 'miscutils/Makefile.in')
-rw-r--r--miscutils/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in
index 078f87001..a5e12e7ee 100644
--- a/miscutils/Makefile.in
+++ b/miscutils/Makefile.in
@@ -25,6 +25,8 @@ endif
MISCUTILS-y:=
MISCUTILS-$(CONFIG_ADJTIMEX) += adjtimex.o
+MISCUTILS-$(CONFIG_CROND) += crond.o
+MISCUTILS-$(CONFIG_CRONTAB) += crontab.o
MISCUTILS-$(CONFIG_DC) += dc.o
MISCUTILS-$(CONFIG_DUTMP) += dutmp.o
MISCUTILS-$(CONFIG_MAKEDEVS) += makedevs.o