summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
commitb311cbc9577a2606db5f7cdb691f99d680dc9fc1 (patch)
tree4a73685e43b45efdd67451c2d91b6173d84dd90d /cpukit/libmisc/Makefile.am
parent2009-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b311cbc9577a2606db5f7cdb691f99d680dc9fc1.tar.bz2
2009-06-17 Chris Johns <chrisj@rtems.org>
* libmisc/shell/extern-dd.h: Delcare the conv arrays extern to stop PPC link errors. * libmisc/shell/main_time.c, libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add a time command.
Diffstat (limited to 'cpukit/libmisc/Makefile.am')
-rw-r--r--cpukit/libmisc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index 6b389d5e50..ef8192ff16 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -90,7 +90,8 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
shell/dd-args.c shell/main_dd.c shell/dd-conv.c shell/dd-conv_tab.c shell/dd-misc.c \
shell/dd-position.c \
shell/main_hexdump.c shell/hexdump-conv.c shell/hexdump-display.c \
- shell/hexdump-odsyntax.c shell/hexdump-parse.c shell/hexsyntax.c
+ shell/hexdump-odsyntax.c shell/hexdump-parse.c shell/hexsyntax.c \
+ shell/main_time.c
if LIBNETWORKING
libshell_a_SOURCES += shell/main_mount_ftp.c shell/main_mount_tftp.c \