network: Remove man page installation

The man page installation is broken since 2004-01-11 (commit
8c31a89fdf).  Nobody complained about
this, so just remove some dead code from the Makefile.am.
This commit is contained in:
Sebastian Huber
2018-09-07 07:06:05 +02:00
parent eae4d14787
commit 43fb904e47

View File

@@ -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