summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r--src/lib/libc/net/Makefile.inc31
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
6CFLAGS+=-DRESOLVSORT
7
8SRCS+= 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
24SRCS+= ip6opt.c rthdr.c vars6.c
25
26MAN+= 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