summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-07 07:06:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:44 +0200
commit43fb904e471d34b112f82e1b613d812357fc13d8 (patch)
tree64b8f40dddfb96aca3e96b72efb579a3e72f6173
parentnetwork: Remove unused files (diff)
downloadrtems-43fb904e471d34b112f82e1b613d812357fc13d8.tar.bz2
network: Remove man page installation
The man page installation is broken since 2004-01-11 (commit 8c31a89fdf9bc3351d837df6ec26045bc9d5f021). Nobody complained about this, so just remove some dead code from the Makefile.am.
-rw-r--r--cpukit/libnetworking/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index 7807f6ef5a..9c49348c02 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -114,14 +114,7 @@ libc_a_SOURCES += libc/if_indextoname.c
libc_a_SOURCES += libc/if_nameindex.c
endif
-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 \
- libc/rcmd.3 libc/resolver.3
-
if LIBNETWORKING
-man_MANS = $(libc_MANS)
-
## lib