summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_servers
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:53:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:53:13 +0000
commit1c0a186bef8a4536c88858a9ca728734fcd184a2 (patch)
tree4b7fd1aca1907e7a1a72a3ac1556a8703c0e3b15 /c/src/libnetworking/rtems_servers
parentPatch from John S. Gwynne <jgwynne@mrcday.com> to correct minor (diff)
downloadrtems-1c0a186bef8a4536c88858a9ca728734fcd184a2.tar.bz2
Temporarily took rtems_servers directory out of the build tree since there
are build issues with it.
Diffstat (limited to 'c/src/libnetworking/rtems_servers')
-rw-r--r--c/src/libnetworking/rtems_servers/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/libnetworking/rtems_servers/Makefile.in b/c/src/libnetworking/rtems_servers/Makefile.in
index ae6d09fa48..116eae6d72 100644
--- a/c/src/libnetworking/rtems_servers/Makefile.in
+++ b/c/src/libnetworking/rtems_servers/Makefile.in
@@ -14,11 +14,7 @@ LIBNAME=lib.a
LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES=sghostname issetugid \
- rtems_glue rtems_syscall rtems_bootp \
- rtems_showmbuf rtems_showroute \
- rtems_showifstat rtems_showipstat rtems_showicmpstat \
- rtems_showtcpstat rtems_showudpstat rtems_select
+C_PIECES=ftpd
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)