Makefile.inc (d6dda9b28293c8c740636546acd3a7a4705a526f) Makefile.inc (d8b5fd91b9011a1c21b7389e2dade6b9b1f6e425)
1# from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
2# $FreeBSD$
3
4# machine-independent net sources
5.PATH: ${.CURDIR}/net
6
7SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c eui64.c \
8 gai_strerror.c getaddrinfo.c \

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

46MAN+= addr2ascii.3 byteorder.3 ethers.3 eui64.3 \
47 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
48 getifaddrs.3 getifmaddrs.3 getipnodebyname.3 \
49 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 \
50 if_indextoname.3 \
51 inet.3 inet_net.3 \
52 inet6_opt_init.3 inet6_option_space.3 inet6_rth_space.3 \
53 inet6_rthdr_space.3 linkaddr.3 \
1# from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
2# $FreeBSD$
3
4# machine-independent net sources
5.PATH: ${.CURDIR}/net
6
7SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c eui64.c \
8 gai_strerror.c getaddrinfo.c \

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

46MAN+= addr2ascii.3 byteorder.3 ethers.3 eui64.3 \
47 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
48 getifaddrs.3 getifmaddrs.3 getipnodebyname.3 \
49 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 \
50 if_indextoname.3 \
51 inet.3 inet_net.3 \
52 inet6_opt_init.3 inet6_option_space.3 inet6_rth_space.3 \
53 inet6_rthdr_space.3 linkaddr.3 \
54 nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3 sockatmark.3
54 nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3 sockatmark.3 \
55 sctp_bindx.3 sctp_connectx.3 sctp_freepaddrs.3 \
56 sctp_getaddrlen.3 sctp_getassocid.3 sctp_getpaddrs.3 \
57 sctp_opt_info.3 sctp_recvmsg.3 sctp_send.3 sctp_sendmsg.3 \
55
56MLINKS+=addr2ascii.3 ascii2addr.3
57MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
58 byteorder.3 ntohs.3
59MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
60 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
61MLINKS+=eui64.3 eui64_aton.3 eui64.3 eui64_hostton.3 \
62 eui64.3 eui64_ntoa.3 eui64.3 eui64_ntohost.3

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

76 getservent.3 getservbyport.3 getservent.3 setservent.3
77MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
78 if_indextoname.3 if_freenameindex.3
79MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
80 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
81 inet.3 inet_network.3 inet.3 inet_ntoa.3 \
82 inet.3 inet_ntop.3 inet.3 inet_pton.3 \
83 inet.3 network.3 inet.3 ntoa.3
58
59MLINKS+=addr2ascii.3 ascii2addr.3
60MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
61 byteorder.3 ntohs.3
62MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
63 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
64MLINKS+=eui64.3 eui64_aton.3 eui64.3 eui64_hostton.3 \
65 eui64.3 eui64_ntoa.3 eui64.3 eui64_ntohost.3

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

79 getservent.3 getservbyport.3 getservent.3 setservent.3
80MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
81 if_indextoname.3 if_freenameindex.3
82MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
83 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
84 inet.3 inet_network.3 inet.3 inet_ntoa.3 \
85 inet.3 inet_ntop.3 inet.3 inet_pton.3 \
86 inet.3 network.3 inet.3 ntoa.3
87MLINKS+= sctp_send.3 sctp_sendx.3
88MLINKS+= sctp_sendmsg.3 sctp_sendmsgx.3
89MLINKS+= sctp_freepaddrs.3 sctp_freeladdrs.3
90MLINKS+= sctp_getpaddrs.3 sctp_getladdrs.3
84MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
85MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \
86 inet6_opt_init.3 inet6_opt_find.3 \
87 inet6_opt_init.3 inet6_opt_finish.3 \
88 inet6_opt_init.3 inet6_opt_get_val.3 \
89 inet6_opt_init.3 inet6_opt_next.3 \
90 inet6_opt_init.3 inet6_opt_set_val.3 \
91 inet6_option_space.3 inet6_option_alloc.3 \

--- 32 unchanged lines hidden ---
91MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
92MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \
93 inet6_opt_init.3 inet6_opt_find.3 \
94 inet6_opt_init.3 inet6_opt_finish.3 \
95 inet6_opt_init.3 inet6_opt_get_val.3 \
96 inet6_opt_init.3 inet6_opt_next.3 \
97 inet6_opt_init.3 inet6_opt_set_val.3 \
98 inet6_option_space.3 inet6_option_alloc.3 \

--- 32 unchanged lines hidden ---