diff options
-rw-r--r-- | lib/libc/net/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 6c1f2926c0a..dcaebd23765 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -18,8 +18,8 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ .include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" -MAN+= byteorder.3 gethostbyname.3 getnetent.3 getprotoent.3 getservent.3 \ - inet.3 link_addr.3 ns.3 rcmd.3 resolver.3 ethers.3 +MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \ + getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 rcmd.3 resolver.3 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 ntohs.3 @@ -38,6 +38,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ inet.3 ntoa.3 +MLINKS+=iso_addr.3 iso_ntoa.3 MLINKS+=link_addr.3 link_ntoa.3 MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 |