summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:36 +0000
commitc3a1c0585c6f027fa2ee66a36d7a0e3f553a1e40 (patch)
tree666ec6840c0db8541b8c345761d1e06f44390aad /c/src/libnetworking
parentPatch from Eric Norum (diff)
downloadrtems-c3a1c0585c6f027fa2ee66a36d7a0e3f553a1e40.tar.bz2
Removed networkconfig.h since it reflects target specific initialization.
Diffstat (limited to 'c/src/libnetworking')
-rw-r--r--c/src/libnetworking/include/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/include/Makefile.in b/c/src/libnetworking/include/Makefile.in
index 2056710733..f2746d78f0 100644
--- a/c/src/libnetworking/include/Makefile.in
+++ b/c/src/libnetworking/include/Makefile.in
@@ -8,7 +8,7 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
-H_PIECES=bpfilter loop netdb networkconfig opt_ipfw opt_mrouting \
+H_PIECES=bpfilter loop netdb opt_ipfw opt_mrouting \
opt_tcpdebug poll resolv syslog
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
@@ -19,7 +19,7 @@ SYS_H_PIECES=buf callout cdefs conf domain filio ioccom ioctl kernel \
ucred uio
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h)
-RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal
+RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal tftp
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h)
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam