diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index b4b94ad763..3727045c1d 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.18 1999/06/23 21:55:28 cmetz Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.19 1999/06/23 22:17:32 deraadt 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 |
@@ -13,7 +13,9 @@ SRCS+= __siocgifconf.c base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c \ | |||
13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ | 13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ |
14 | inet_net_ntop.c inet_net_pton.c inet_ntoa.c inet_ntop.c inet_pton.c \ | 14 | inet_net_ntop.c inet_net_pton.c inet_ntoa.c inet_ntop.c inet_pton.c \ |
15 | ipx_addr.c ipx_ntoa.c iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c \ | 15 | ipx_addr.c ipx_ntoa.c iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c \ |
16 | nsap_addr.c rcmd.c recv.c res_comp.c res_data.c res_debug.c \ | 16 | nsap_addr.c \ |
17 | net_addrcmp.c \ | ||
18 | rcmd.c recv.c res_comp.c res_data.c res_debug.c \ | ||
17 | res_init.c res_mkquery.c res_query.c res_random.c res_send.c send.c \ | 19 | res_init.c res_mkquery.c res_query.c res_random.c res_send.c send.c \ |
18 | sethostent.c ethers.c rcmdsh.c | 20 | sethostent.c ethers.c rcmdsh.c |
19 | 21 | ||