summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/lib/Makefile.in')
-rw-r--r--c/src/libnetworking/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/lib/Makefile.in b/c/src/libnetworking/lib/Makefile.in
index 829b2b25af..999e3be55c 100644
--- a/c/src/libnetworking/lib/Makefile.in
+++ b/c/src/libnetworking/lib/Makefile.in
@@ -17,7 +17,7 @@ LIBNAME = lib.a
LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES = getprotoby syslog tftpDriver
+C_PIECES = getprotoby rtems_bsdnet_ntp syslog tftpDriver
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)