summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/net/Makefile.inc
blob: bb7e4beb075a6b2bb5e6c35e1d8e144e5be600d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	@(#)Makefile.inc	8.2 (Berkeley) 9/5/93

# machine-independent net sources
.PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net

SRCS+=	addr2ascii.c ascii2addr.c base64.c \
	gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
	getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
	getproto.c getprotoent.c getprotoname.c getservbyname.c \
	getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \
	inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
	inet_net_ntop.c inet_net_pton.c inet_neta.c \
	inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \
	rcmd.c recv.c res_comp.c res_data.c res_debug.c \
	res_init.c res_mkquery.c res_query.c res_send.c res_stubs.c \
	send.c ether_addr.c \
	ns_addr.c ns_ntoa.c 

# machine-dependent net sources
.include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc"
OpenPOWER on IntegriCloud