diff options
| author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
| commit | b1ddde874c215cc8891531ed92876f091b7eb83e (patch) | |
| tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libc/net/Makefile.inc | |
| parent | f0a36529837a161734c802ae4c42e84e42347be2 (diff) | |
| download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip | |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/net/Makefile.inc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc deleted file mode 100644 index db2c75dad6..0000000000 --- a/src/lib/libc/net/Makefile.inc +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.61 2024/04/15 14:30:48 naddy Exp $ | ||
| 2 | |||
| 3 | # net sources | ||
| 4 | .PATH: ${LIBCSRCDIR}/net | ||
| 5 | |||
| 6 | CFLAGS+=-DRESOLVSORT | ||
| 7 | |||
| 8 | SRCS+= base64.c ethers.c freeaddrinfo.c \ | ||
| 9 | gai_strerror.c getaddrinfo.c gethostnamadr.c \ | ||
| 10 | getifaddrs.c getnameinfo.c getnetent.c \ | ||
| 11 | getnetnamadr.c getpeereid.c getproto.c getprotoent.c getprotoname.c \ | ||
| 12 | getservbyname.c getservbyport.c getservent.c getrrsetbyname.c \ | ||
| 13 | herror.c htonl.c htons.c \ | ||
| 14 | if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \ | ||
| 15 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ | ||
| 16 | inet_net_ntop.c inet_net_pton.c inet_ntoa.c inet_ntop.c inet_pton.c \ | ||
| 17 | linkaddr.c ntohl.c ntohs.c rcmd.c rcmdsh.c ruserok.c \ | ||
| 18 | rresvport.c recv.c res_comp.c res_data.c \ | ||
| 19 | res_debug.c res_debug_syms.c res_init.c res_mkquery.c res_query.c \ | ||
| 20 | res_random.c res_send.c \ | ||
| 21 | send.c sethostent.c sockatmark.c | ||
| 22 | |||
| 23 | # IPv6 | ||
| 24 | SRCS+= ip6opt.c rthdr.c vars6.c | ||
| 25 | |||
| 26 | MAN+= htobe64.3 ether_aton.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ | ||
| 27 | getifaddrs.3 getnameinfo.3 getnetent.3 getpeereid.3 getprotoent.3 \ | ||
| 28 | getrrsetbyname.3 getservent.3 htonl.3 if_indextoname.3 \ | ||
| 29 | inet_addr.3 inet_lnaof.3 inet_net_ntop.3 inet_ntop.3 \ | ||
| 30 | inet6_opt_init.3 inet6_rth_space.3 link_ntoa.3 \ | ||
| 31 | rcmd.3 rcmdsh.3 res_init.3 sockatmark.3 | ||
