10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 #
26
27 LIBRARY= libresolv.a
28 VERS= .2
29
30 BSDOBJS= daemon.o putenv.o strcasecmp.o strsep.o \
31 ftruncate.o readv.o strdup.o strtoul.o \
32 gettimeofday.o setenv.o strerror.o utimes.o \
33 mktemp.o setitimer.o strpbrk.o writev.o
34
35 DSTOBJS= dst_api.o support.o hmac_link.o
36
37 # inet_addr, inet_pton, inet_ntop, and inet_ntoa removed due to overlap with
38 # libnsl
39 INETOBJS= inet_net_pton.o inet_neta.o inet_lnaof.o \
40 inet_netof.o nsap_addr.o inet_makeaddr.o \
41 inet_network.o inet_net_ntop.o inet_cidr_ntop.o \
42 inet_cidr_pton.o inet_data.o
43
44 # build only the IRS objects that the ISC libbind's make would
45 IRSTHROBJS= gethostent_r.o getnetent_r.o getnetgrent_r.o \
46 getprotoent_r.o getservent_r.o
47 IRSOBJS= ${IRSTHROBJS} \
48 dns.o dns_ho.o dns_nw.o dns_pr.o \
49 dns_sv.o gai_strerror.o gen.o gen_ho.o \
50 gen_ng.o gen_nw.o gen_pr.o gen_sv.o \
|
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 #
26
27 LIBRARY= libresolv.a
28 VERS= .2
29
30 BSDOBJS= putenv.o strcasecmp.o strsep.o \
31 ftruncate.o readv.o strdup.o strtoul.o \
32 gettimeofday.o setenv.o strerror.o utimes.o \
33 mktemp.o setitimer.o strpbrk.o writev.o
34
35 DSTOBJS= dst_api.o support.o hmac_link.o
36
37 # inet_addr, inet_pton, inet_ntop, and inet_ntoa removed due to overlap with
38 # libnsl
39 INETOBJS= inet_net_pton.o inet_neta.o inet_lnaof.o \
40 inet_netof.o nsap_addr.o inet_makeaddr.o \
41 inet_network.o inet_net_ntop.o inet_cidr_ntop.o \
42 inet_cidr_pton.o inet_data.o
43
44 # build only the IRS objects that the ISC libbind's make would
45 IRSTHROBJS= gethostent_r.o getnetent_r.o getnetgrent_r.o \
46 getprotoent_r.o getservent_r.o
47 IRSOBJS= ${IRSTHROBJS} \
48 dns.o dns_ho.o dns_nw.o dns_pr.o \
49 dns_sv.o gai_strerror.o gen.o gen_ho.o \
50 gen_ng.o gen_nw.o gen_pr.o gen_sv.o \
|