summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/lib/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:31:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:31:11 +0000
commitcbccd37599bb2a6007c29493ed05f02a0306d4da (patch)
tree8481c8814a64ce227a2a17202eb7b8be2444d472 /c/src/libnetworking/lib/Makefile.in
parentCombination of committing some new files which had been overlooked (diff)
downloadrtems-cbccd37599bb2a6007c29493ed05f02a0306d4da.tar.bz2
Patch from Eric Norum <eric@cls.usask.ca> which includes:
Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
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)