summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-28 16:10:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-28 16:10:29 +0000
commit45443d125c41df82ee5fcad325374169d75a7ed2 (patch)
tree63fa968e58234e9592a403bb15d5e79397db2f14 /cpukit/libmisc
parent2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-45443d125c41df82ee5fcad325374169d75a7ed2.tar.bz2
2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am: Turn on NFS mount support when networking is enabled.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index af70d50eae..9428bc4f7a 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -84,8 +84,8 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
shell/fts.c shell/print_heapinfo.c shell/main_wkspaceinfo.c
if LIBNETWORKING
libshell_a_SOURCES += shell/main_mount_ftp.c shell/main_mount_tftp.c \
- shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c
-##libshell_a_SOURCES += shell/main_mount_nfs.c
+ shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \
+ shell/main_mount_nfs.c
endif
endif