summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-07 06:24:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:44 +0200
commiteae4d14787e31c844cff93d8d5635bb01bbde3a7 (patch)
tree514430ff394b9d0d5156e60a722e657756045302 /cpukit/libnetworking/Makefile.am
parentMove <poll.h> to set of default header files (diff)
downloadrtems-eae4d14787e31c844cff93d8d5635bb01bbde3a7.tar.bz2
network: Remove unused files
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index 372f642610..7807f6ef5a 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -16,12 +16,6 @@ $(PROJECT_LIB)/libtftpfs.a: libtftpfs.a
$(INSTALL_DATA) $< $(PROJECT_LIB)/libtftpfs.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libtftpfs.a
-# poll is not supported
-UNUSED_FILES = poll.h
-# Original FreeBSD file
-UNUSED_FILES += sys/poll.h
-
-
if LIBNETWORKING
# Add -DFORWARD_PROTOCOL to enable UDP forwarding -- requires missing net/pf.h
libnetworking_CPPFLAGS = -DINET -DNFS \
@@ -120,10 +114,6 @@ libc_a_SOURCES += libc/if_indextoname.c
libc_a_SOURCES += libc/if_nameindex.c
endif
-UNUSED_FILES += libc/ether_addr.c libc/gethostname.c libc/inet_neta.c \
- libc/inet_net_ntop.c libc/inet_net_pton.c libc/ns_addr.c \
- libc/ns_ntoa.c
-
libc_mans = libc/byteorder.3 libc/ethers.3 \
libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \
libc/getservent.3 libc/inet.3 libc/linkaddr.3 libc/ns.3 \