diff options
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/Makefile.inc | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 3d959d6be0..7730358890 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.36 2004/12/20 03:26:43 itojun Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.37 2004/12/20 03:43:41 itojun Exp $ |
| 2 | 2 | ||
| 3 | # net sources | 3 | # net sources |
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net |
| @@ -44,7 +44,6 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ | |||
| 44 | byteorder.3 swap64.3 | 44 | byteorder.3 swap64.3 |
| 45 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ | 45 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ |
| 46 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 | 46 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 |
| 47 | MLINKS+=getaddrinfo.3 freeaddrinfo.3 | ||
| 48 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ | 47 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ |
| 49 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ | 48 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ |
| 50 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ | 49 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ |
| @@ -77,16 +76,4 @@ MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ | |||
| 77 | MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ | 76 | MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ |
| 78 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ | 77 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ |
| 79 | resolver.3 res_search.3 | 78 | resolver.3 res_search.3 |
| 80 | MLINKS+=inet6_option_space.3 inet6_option_init.3 \ | ||
| 81 | inet6_option_space.3 inet6_option_append.3 \ | ||
| 82 | inet6_option_space.3 inet6_option_alloc.3 \ | ||
| 83 | inet6_option_space.3 inet6_option_next.3 \ | ||
| 84 | inet6_option_space.3 inet6_option_find.3 | ||
| 85 | MLINKS+=inet6_rthdr_space.3 inet6_rthdr_init.3 \ | ||
| 86 | inet6_rthdr_space.3 inet6_rthdr_add.3 \ | ||
| 87 | inet6_rthdr_space.3 inet6_rthdr_lasthop.3 \ | ||
| 88 | inet6_rthdr_space.3 inet6_rthdr_reverse.3 \ | ||
| 89 | inet6_rthdr_space.3 inet6_rthdr_segments.3 \ | ||
| 90 | inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ | ||
| 91 | inet6_rthdr_space.3 inet6_rthdr_getflags.3 | ||
| 92 | MLINKS+=getrrsetbyname.3 freerrset.3 | 79 | MLINKS+=getrrsetbyname.3 freerrset.3 |
