diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 04831f4f2d..03f7349e5e 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,15 +1,16 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.8 1996/09/01 21:25:34 millert Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.9 1997/03/13 19:07:21 downsj Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net | 4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net |
5 | 5 | ||
6 | SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ | 6 | SRCS+= base64.c gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ |
7 | getproto.c getprotoent.c getprotoname.c getservbyname.c \ | 7 | getnetnamadr.c getproto.c getprotoent.c getprotoname.c getservbyname.c \ |
8 | getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \ | 8 | getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \ |
9 | inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \ | 9 | inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ |
10 | ipx_addr.c ipx_ntoa.c \ | 10 | inet_net_ntop.c inet_net_pton.c inet_ntoa.c inet_ntop.c \ |
11 | inet_pton.c ipx_addr.c ipx_ntoa.c \ | ||
11 | iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c nsap_addr.c rcmd.c recv.c \ | 12 | iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c nsap_addr.c rcmd.c recv.c \ |
12 | res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c \ | 13 | res_comp.c res_data.c res_debug.c res_init.c res_mkquery.c res_query.c \ |
13 | res_send.c send.c sethostent.c ethers.c rcmdsh.c | 14 | res_send.c send.c sethostent.c ethers.c rcmdsh.c |
14 | 15 | ||
15 | # machine-dependent net sources | 16 | # machine-dependent net sources |
@@ -28,7 +29,7 @@ MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ | |||
28 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 | 29 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 |
29 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ | 30 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ |
30 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ | 31 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ |
31 | gethostbyname.3 herror.3 | 32 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 |
32 | MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \ | 33 | MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \ |
33 | getnetent.3 getnetbyname.3 getnetent.3 setnetent.3 | 34 | getnetent.3 getnetbyname.3 getnetent.3 setnetent.3 |
34 | MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \ | 35 | MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \ |