Makefile.inc (5590bacaafd8687bf522bb0413178c177c43f952) Makefile.inc (29d079c9649174a36a87a26d1f99e3c0b3e78e0c)
1
2# machine-independent net sources
3.PATH: ${LIBC_SRCTOP}/net
4
5CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols
6SRCS+= base64.c ether_addr.c eui64.c \
7 gai_strerror.c getaddrinfo.c \
8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
9 getifaddrs.c getifmaddrs.c getnameinfo.c \
10 getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
11 getproto.c getprotoent.c getprotoname.c getservent.c \
12 if_indextoname.c if_nameindex.c if_nametoindex.c \
13 ip6opt.c linkaddr.c map_v4v6.c name6.c ntoh.c \
14 nsdispatch.c nslexer.l nsparser.y nss_compat.c \
1
2# machine-independent net sources
3.PATH: ${LIBC_SRCTOP}/net
4
5CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols
6SRCS+= base64.c ether_addr.c eui64.c \
7 gai_strerror.c getaddrinfo.c \
8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
9 getifaddrs.c getifmaddrs.c getnameinfo.c \
10 getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
11 getproto.c getprotoent.c getprotoname.c getservent.c \
12 if_indextoname.c if_nameindex.c if_nametoindex.c \
13 ip6opt.c linkaddr.c map_v4v6.c name6.c ntoh.c \
14 nsdispatch.c nslexer.l nsparser.y nss_compat.c \
15 rcmd.c rcmdsh.c recv.c rthdr.c sctp_sys_calls.c send.c \
15 rcmd.c rcmdsh.c rthdr.c sctp_sys_calls.c \
16 sockatmark.c sourcefilter.c vars.c
17
18.if ${MK_NS_CACHING} != "no"
19SRCS+= nscache.c nscachedcli.c
20.endif
21
22SYM_MAPS+=${LIBC_SRCTOP}/net/Symbol.map
23

--- 161 unchanged lines hidden ---
16 sockatmark.c sourcefilter.c vars.c
17
18.if ${MK_NS_CACHING} != "no"
19SRCS+= nscache.c nscachedcli.c
20.endif
21
22SYM_MAPS+=${LIBC_SRCTOP}/net/Symbol.map
23

--- 161 unchanged lines hidden ---