aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-06 07:42:04 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-06 07:42:04 +0000
commit356b6dbf8674cea50da27cd78a9c52fe2fcad9a0 (patch)
tree139eb2c9d6e7af6423a492d479f0036c7c31171c /miscutils
parent0ee0a8d5396c9da17ba47991715da3ff8ea484f1 (diff)
downloadbusybox-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.tar.gz
Patch from Steve Merrifield <steve@labyrinth.net.au> to
fixup the merge of the time applet, which I messed up. -Erik
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Makefile b/miscutils/Makefile
index fec0e63cb..3a4d1b659 100644
--- a/miscutils/Makefile
+++ b/miscutils/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_MAKEDEVS) += makedevs.o
obj-$(CONFIG_MKTEMP) += mktemp.o
obj-$(CONFIG_MT) += mt.o
obj-$(CONFIG_READLINK) += readlink.o
+obj-$(CONFIG_TIME) += time.o
obj-$(CONFIG_UPDATE) += update.o
obj-$(CONFIG_WATCHDOG) += watchdog.o