diff options
| author | chrisz <> | 2014-06-11 16:59:47 +0000 |
|---|---|---|
| committer | chrisz <> | 2014-06-11 16:59:47 +0000 |
| commit | fc595dfab4e9c32557f099d34a6bbf02653d4e48 (patch) | |
| tree | 8484bcd1854d9b9088446a9ec91cf714a2d025d8 /src/lib/libc/net/Makefile.inc | |
| parent | 15a5163e9d43d5fde6fa4dbe72c18760eb6b6c78 (diff) | |
| download | openbsd-fc595dfab4e9c32557f099d34a6bbf02653d4e48.tar.gz openbsd-fc595dfab4e9c32557f099d34a6bbf02653d4e48.tar.bz2 openbsd-fc595dfab4e9c32557f099d34a6bbf02653d4e48.zip | |
Remove manpages about deprecated RFC2292 ancillary data convenience functions.
They are obsoleted by the RFC3542 api.
ok mpi@
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
| -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 fce4d536da..b3acad72bf 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.53 2014/04/19 13:51:05 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.54 2014/06/11 16:59:47 chrisz Exp $ |
| 2 | 2 | ||
| 3 | # net sources | 3 | # net sources |
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net |
| @@ -29,7 +29,6 @@ MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ | |||
| 29 | getifaddrs.3 getnameinfo.3 getnetent.3 getpeereid.3 getprotoent.3 \ | 29 | getifaddrs.3 getnameinfo.3 getnetent.3 getpeereid.3 getprotoent.3 \ |
| 30 | getrrsetbyname.3 getservent.3 if_indextoname.3 \ | 30 | getrrsetbyname.3 getservent.3 if_indextoname.3 \ |
| 31 | inet_addr.3 inet_lnaof.3 inet_net.3 inet_ntop.3 \ | 31 | inet_addr.3 inet_lnaof.3 inet_net.3 inet_ntop.3 \ |
| 32 | inet6_option_space.3 inet6_rthdr_space.3 \ | ||
| 33 | inet6_opt_init.3 inet6_rth_space.3 link_addr.3 \ | 32 | inet6_opt_init.3 inet6_rth_space.3 link_addr.3 \ |
| 34 | rcmd.3 rcmdsh.3 resolver.3 | 33 | rcmd.3 rcmdsh.3 resolver.3 |
| 35 | 34 | ||
| @@ -74,18 +73,6 @@ MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ | |||
| 74 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ | 73 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ |
| 75 | resolver.3 res_search.3 | 74 | resolver.3 res_search.3 |
| 76 | MLINKS+=getrrsetbyname.3 freerrset.3 | 75 | MLINKS+=getrrsetbyname.3 freerrset.3 |
| 77 | MLINKS+=inet6_option_space.3 inet6_option_init.3 \ | ||
| 78 | inet6_option_space.3 inet6_option_append.3 \ | ||
| 79 | inet6_option_space.3 inet6_option_alloc.3 \ | ||
| 80 | inet6_option_space.3 inet6_option_next.3 \ | ||
| 81 | inet6_option_space.3 inet6_option_find.3 | ||
| 82 | MLINKS+=inet6_rthdr_space.3 inet6_rthdr_init.3 \ | ||
| 83 | inet6_rthdr_space.3 inet6_rthdr_add.3 \ | ||
| 84 | inet6_rthdr_space.3 inet6_rthdr_lasthop.3 \ | ||
| 85 | inet6_rthdr_space.3 inet6_rthdr_reverse.3 \ | ||
| 86 | inet6_rthdr_space.3 inet6_rthdr_segments.3 \ | ||
| 87 | inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ | ||
| 88 | inet6_rthdr_space.3 inet6_rthdr_getflags.3 | ||
| 89 | MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \ | 76 | MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \ |
| 90 | inet6_opt_init.3 inet6_opt_finish.3 \ | 77 | inet6_opt_init.3 inet6_opt_finish.3 \ |
| 91 | inet6_opt_init.3 inet6_opt_set_val.3 \ | 78 | inet6_opt_init.3 inet6_opt_set_val.3 \ |
