Makefile (177d5b5f8c0e969013441207a0a705ae66b08cf7) Makefile (ff3aea39f71c371be25b08deb9efed41f1c95983)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet

--- 49 unchanged lines hidden (view full) ---

58 socketpair.3socket \
59 spray.3socket
60
61MANLINKS= accept4.3socket \
62 endnetent.3socket \
63 endprotoent.3socket \
64 endservent.3socket \
65 ether_aton.3socket \
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet

--- 49 unchanged lines hidden (view full) ---

58 socketpair.3socket \
59 spray.3socket
60
61MANLINKS= accept4.3socket \
62 endnetent.3socket \
63 endprotoent.3socket \
64 endservent.3socket \
65 ether_aton.3socket \
66 ether_aton_r.3socket \
66 ether_hostton.3socket \
67 ether_line.3socket \
68 ether_ntoa.3socket \
67 ether_hostton.3socket \
68 ether_line.3socket \
69 ether_ntoa.3socket \
70 ether_ntoa_r.3socket \
69 ether_ntohost.3socket \
70 freeaddrinfo.3socket \
71 freehostent.3socket \
72 freeifaddrs.3socket \
73 gai_strerror.3socket \
74 getipnodebyaddr.3socket \
75 getipv4sourcefilter.3socket \
76 getnameinfo.3socket \

--- 73 unchanged lines hidden (view full) ---

150htonl.3socket := LINKSRC = byteorder.3socket
151htonll.3socket := LINKSRC = byteorder.3socket
152htons.3socket := LINKSRC = byteorder.3socket
153ntohl.3socket := LINKSRC = byteorder.3socket
154ntohll.3socket := LINKSRC = byteorder.3socket
155ntohs.3socket := LINKSRC = byteorder.3socket
156
157ether_aton.3socket := LINKSRC = ethers.3socket
71 ether_ntohost.3socket \
72 freeaddrinfo.3socket \
73 freehostent.3socket \
74 freeifaddrs.3socket \
75 gai_strerror.3socket \
76 getipnodebyaddr.3socket \
77 getipv4sourcefilter.3socket \
78 getnameinfo.3socket \

--- 73 unchanged lines hidden (view full) ---

152htonl.3socket := LINKSRC = byteorder.3socket
153htonll.3socket := LINKSRC = byteorder.3socket
154htons.3socket := LINKSRC = byteorder.3socket
155ntohl.3socket := LINKSRC = byteorder.3socket
156ntohll.3socket := LINKSRC = byteorder.3socket
157ntohs.3socket := LINKSRC = byteorder.3socket
158
159ether_aton.3socket := LINKSRC = ethers.3socket
160ether_aton_r.3socket := LINKSRC = ethers.3socket
158ether_hostton.3socket := LINKSRC = ethers.3socket
159ether_line.3socket := LINKSRC = ethers.3socket
160ether_ntoa.3socket := LINKSRC = ethers.3socket
161ether_hostton.3socket := LINKSRC = ethers.3socket
162ether_line.3socket := LINKSRC = ethers.3socket
163ether_ntoa.3socket := LINKSRC = ethers.3socket
164ether_ntoa_r.3socket := LINKSRC = ethers.3socket
161ether_ntohost.3socket := LINKSRC = ethers.3socket
162
163freeaddrinfo.3socket := LINKSRC = getaddrinfo.3socket
164gai_strerror.3socket := LINKSRC = getaddrinfo.3socket
165getnameinfo.3socket := LINKSRC = getaddrinfo.3socket
166
167freeifaddrs.3socket := LINKSRC = getifaddrs.3socket
168

--- 92 unchanged lines hidden ---
165ether_ntohost.3socket := LINKSRC = ethers.3socket
166
167freeaddrinfo.3socket := LINKSRC = getaddrinfo.3socket
168gai_strerror.3socket := LINKSRC = getaddrinfo.3socket
169getnameinfo.3socket := LINKSRC = getaddrinfo.3socket
170
171freeifaddrs.3socket := LINKSRC = getifaddrs.3socket
172

--- 92 unchanged lines hidden ---