summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_servers/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/rtems_servers/Makefile.in')
-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)