summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-16 17:40:48 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-16 17:41:43 -0500
commit2195a95fb749e17fd0287aa703d4f06bdf6ef641 (patch)
tree21707e8ea96d20b93818ab4d9d9dc3f90c37b1c3 /cpukit/libmisc/Makefile.am
parenttod.h -> libcsupport like other driver and helper prototype files (diff)
downloadrtems-2195a95fb749e17fd0287aa703d4f06bdf6ef641.tar.bz2
Libmisc/Makefile.am: Build with networking disabled
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index eaf1ffe2a4..820a83801b 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -88,7 +88,7 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
shell/main_mallocinfo.c shell/main_md5.c shell/main_mdump.c \
shell/main_medit.c shell/main_mfill.c shell/main_mkdir.c \
shell/main_mount.c shell/main_mmove.c shell/main_msdosfmt.c \
- shell/main_mv.c shell/main_perioduse.c shell/main_ping.c \
+ shell/main_mv.c shell/main_perioduse.c \
shell/main_pwd.c shell/main_rm.c shell/main_rmdir.c shell/main_sleep.c \
shell/main_stackuse.c shell/main_tty.c shell/main_umask.c \
shell/main_unmount.c shell/main_blksync.c shell/main_whoami.c \
@@ -115,7 +115,8 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
if LIBNETWORKING
libshell_a_SOURCES += \
- shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c
+ shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \
+ shell/main_ping.c
endif
endif