diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 447a96f1e1..7174d68220 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.27 1999/12/16 21:30:34 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.28 2000/01/27 05:18:46 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 |
@@ -65,7 +65,7 @@ MLINKS+=link_addr.3 link_ntoa.3 | |||
65 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 | 65 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 |
66 | MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 | 66 | MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 |
67 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ | 67 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \ |
68 | rcmd.3 rresvport_af.3 | 68 | rcmd.3 rresvport_af.3 rcmd.3 rcmd_af.3 rcmd.3 iruserok_sa.3 |
69 | MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ | 69 | MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ |
70 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ | 70 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ |
71 | resolver.3 res_search.3 | 71 | resolver.3 res_search.3 |