summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r--src/lib/libc/net/Makefile.inc14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc
index db2738f868..39d441a96a 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.42 2005/10/02 14:48:48 jmc Exp $ 1# $OpenBSD: Makefile.inc,v 1.43 2006/12/09 01:12:28 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
@@ -31,6 +31,7 @@ MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \
31 getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \ 31 getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \
32 getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ 32 getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \
33 inet_net.3 inet6_option_space.3 inet6_rthdr_space.3 \ 33 inet_net.3 inet6_option_space.3 inet6_rthdr_space.3 \
34 inet6_opt_init.3 inet6_rth_space.3 \
34 ipx.3 link_addr.3 net_addrcmp.3 \ 35 ipx.3 link_addr.3 net_addrcmp.3 \
35 rcmd.3 rcmdsh.3 resolver.3 36 rcmd.3 rcmdsh.3 resolver.3
36 37
@@ -88,3 +89,14 @@ MLINKS+=inet6_rthdr_space.3 inet6_rthdr_init.3 \
88 inet6_rthdr_space.3 inet6_rthdr_segments.3 \ 89 inet6_rthdr_space.3 inet6_rthdr_segments.3 \
89 inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ 90 inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \
90 inet6_rthdr_space.3 inet6_rthdr_getflags.3 91 inet6_rthdr_space.3 inet6_rthdr_getflags.3
92MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \
93 inet6_opt_init.3 inet6_opt_finish.3 \
94 inet6_opt_init.3 inet6_opt_set_val.3 \
95 inet6_opt_init.3 inet6_opt_next.3 \
96 inet6_opt_init.3 inet6_opt_find.3 \
97 inet6_opt_init.3 inet6_opt_get_val.3
98MLINKS+=inet6_rth_space.3 inet6_rth_init.3 \
99 inet6_rth_space.3 inet6_rth_add.3 \
100 inet6_rth_space.3 inet6_rth_reverse.3 \
101 inet6_rth_space.3 inet6_rth_segments.3 \
102 inet6_rth_space.3 inet6_rth_getaddr.3 \