Makefile.inc (545d32087be62906a7ba21a71bb3ea5be6e78346) | Makefile.inc (81a3cb97a5e39ab53062df9bd762ba6e0f9156cb) |
---|---|
1# from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 2# $FreeBSD$ 3 4# machine-independent net sources 5.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/net ${.CURDIR}/../libc/net 6 7SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c getaddrinfo.c \ 8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ --- 32 unchanged lines hidden (view full) --- 41.include "${.CURDIR}/../libc/${MACHINE_ARCH}/net/Makefile.inc" 42.endif 43 44.if ${LIB} == "c" 45MAN+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \ 46 getifaddrs.3 getipnodebyname.3 \ 47 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 hesiod.3 \ 48 if_indextoname.3 \ | 1# from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 2# $FreeBSD$ 3 4# machine-independent net sources 5.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/net ${.CURDIR}/../libc/net 6 7SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c getaddrinfo.c \ 8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ --- 32 unchanged lines hidden (view full) --- 41.include "${.CURDIR}/../libc/${MACHINE_ARCH}/net/Makefile.inc" 42.endif 43 44.if ${LIB} == "c" 45MAN+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \ 46 getifaddrs.3 getipnodebyname.3 \ 47 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 hesiod.3 \ 48 if_indextoname.3 \ |
49 inet.3 inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \ | 49 inet.3 inet_net.3 \ 50 inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \ |
50 nsdispatch.3 rcmd.3 resolver.3 51# not installed: iso_addr.3 ns.3 52 53MLINKS+=addr2ascii.3 ascii2addr.3 54MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 55 byteorder.3 ntohs.3 56MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ 57 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 --- 12 unchanged lines hidden (view full) --- 70 getservent.3 getservbyport.3 getservent.3 setservent.3 71MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ 72 if_indextoname.3 if_freenameindex.3 73MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ 74 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ 75 inet.3 inet_network.3 inet.3 inet_ntoa.3 \ 76 inet.3 inet_ntop.3 inet.3 inet_pton.3 \ 77 inet.3 network.3 inet.3 ntoa.3 | 51 nsdispatch.3 rcmd.3 resolver.3 52# not installed: iso_addr.3 ns.3 53 54MLINKS+=addr2ascii.3 ascii2addr.3 55MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 56 byteorder.3 ntohs.3 57MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ 58 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 --- 12 unchanged lines hidden (view full) --- 71 getservent.3 getservbyport.3 getservent.3 setservent.3 72MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ 73 if_indextoname.3 if_freenameindex.3 74MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ 75 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ 76 inet.3 inet_network.3 inet.3 inet_ntoa.3 \ 77 inet.3 inet_ntop.3 inet.3 inet_pton.3 \ 78 inet.3 network.3 inet.3 ntoa.3 |
79MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 |
|
78MLINKS+=inet6_option_space.3 inet6_option_alloc.3 \ 79 inet6_option_space.3 inet6_option_append.3 \ 80 inet6_option_space.3 inet6_option_find.3 \ 81 inet6_option_space.3 inet6_option_init.3 \ 82 inet6_option_space.3 inet6_option_next.3 \ 83 inet6_rthdr_space.3 inet6_rthdr_add.3 \ 84 inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ 85 inet6_rthdr_space.3 inet6_rthdr_getflags.3 \ --- 16 unchanged lines hidden --- | 80MLINKS+=inet6_option_space.3 inet6_option_alloc.3 \ 81 inet6_option_space.3 inet6_option_append.3 \ 82 inet6_option_space.3 inet6_option_find.3 \ 83 inet6_option_space.3 inet6_option_init.3 \ 84 inet6_option_space.3 inet6_option_next.3 \ 85 inet6_rthdr_space.3 inet6_rthdr_add.3 \ 86 inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ 87 inet6_rthdr_space.3 inet6_rthdr_getflags.3 \ --- 16 unchanged lines hidden --- |