summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc
index 6c1f2926c0..dcaebd2376 100644
--- a/src/lib/libc/net/Makefile.inc
+++ b/src/lib/libc/net/Makefile.inc
@@ -18,8 +18,8 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \
18 18
19.include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" 19.include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc"
20 20
21MAN+= byteorder.3 gethostbyname.3 getnetent.3 getprotoent.3 getservent.3 \ 21MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \
22 inet.3 link_addr.3 ns.3 rcmd.3 resolver.3 ethers.3 22 getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 rcmd.3 resolver.3
23 23
24MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 24MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
25 byteorder.3 ntohs.3 25 byteorder.3 ntohs.3
@@ -38,6 +38,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
38 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ 38 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
39 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ 39 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \
40 inet.3 ntoa.3 40 inet.3 ntoa.3
41MLINKS+=iso_addr.3 iso_ntoa.3
41MLINKS+=link_addr.3 link_ntoa.3 42MLINKS+=link_addr.3 link_ntoa.3
42MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 43MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3
43MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 44MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3