summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-10-24 16:06:54 -0700
committerChris Johns <chrisj@rtems.org>2014-10-24 16:06:54 -0700
commit42c77e998215fc013f42625a633c3868cd48d172 (patch)
tree3828ee6bd0559aa3cba84d56b30ab410b725cff0 /cpukit/libmisc/Makefile.am
parentilibcsupport: Add realpath call. (diff)
downloadrtems-42c77e998215fc013f42625a633c3868cd48d172.tar.bz2
shell: Add an editor to the shell.
This is a small (21K on sparc) editor that provides some powerful features useful when a file needs editing on an embedded board. No need to copy files off, edit, copy back.
Diffstat (limited to 'cpukit/libmisc/Makefile.am')
-rw-r--r--cpukit/libmisc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index 820a83801b..2f41ffaa7a 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -109,7 +109,7 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
shell/main_time.c shell/main_mknod.c \
shell/main_setenv.c shell/main_getenv.c shell/main_unsetenv.c \
shell/main_mkrfs.c shell/main_debugrfs.c shell/main_df.c \
- shell/main_lsof.c \
+ shell/main_lsof.c shell/main_edit.c \
shell/main_blkstats.c \
shell/shell-wait-for-input.c