diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 580df4444a..f4153bbfb4 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.50 2013/12/17 16:34:05 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.51 2014/04/07 17:57:56 schwarze 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 |
@@ -61,10 +61,10 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \ | |||
61 | getservent.3 endservent_r.3 | 61 | getservent.3 endservent_r.3 |
62 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ | 62 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ |
63 | if_indextoname.3 if_freenameindex.3 | 63 | if_indextoname.3 if_freenameindex.3 |
64 | MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ | 64 | MLINKS+=inet.3 inet_addr.3 inet.3 inet_aton.3 \ |
65 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ | 65 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ |
66 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ | 66 | inet.3 inet_network.3 inet.3 inet_ntoa.3 \ |
67 | inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 | 67 | inet.3 inet_ntop.3 inet.3 inet_pton.3 |
68 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 | 68 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 |
69 | MLINKS+=link_addr.3 link_ntoa.3 | 69 | MLINKS+=link_addr.3 link_ntoa.3 |
70 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ | 70 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ |