Makefile.com (7014882c6a3672fd0e5d60200af8643ae53c5928) Makefile.com (2209d3c850d80c0681948f966816f28f767575cb)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 55 unchanged lines hidden (view full) ---

64
65RPC= \
66auth_des.o auth_none.o auth_sys.o auth_time.o authdes_prot.o \
67authsys_prot.o can_use_af.o \
68clnt_bcast.o clnt_dg.o clnt_door.o clnt_generic.o clnt_perror.o \
69clnt_raw.o clnt_simple.o clnt_vc.o fdsync.o getdname.o \
70inet_ntoa.o key_call.o key_prot.o mt_misc.o \
71netname.o netnamer.o pmap_clnt.o pmap_prot.o \
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 55 unchanged lines hidden (view full) ---

64
65RPC= \
66auth_des.o auth_none.o auth_sys.o auth_time.o authdes_prot.o \
67authsys_prot.o can_use_af.o \
68clnt_bcast.o clnt_dg.o clnt_door.o clnt_generic.o clnt_perror.o \
69clnt_raw.o clnt_simple.o clnt_vc.o fdsync.o getdname.o \
70inet_ntoa.o key_call.o key_prot.o mt_misc.o \
71netname.o netnamer.o pmap_clnt.o pmap_prot.o \
72rpc_callmsg.o rpc_comdata.o rpc_comdata1.o rpc_generic.o rpc_prot.o \
73rpc_sel2poll.o \
72rpc_callmsg.o rpc_comdata.o rpc_generic.o rpc_prot.o rpc_sel2poll.o \
74rpc_soc.o rpc_td.o rpcb_clnt.o rpcb_prot.o \
75rpcb_st_xdr.o rpcdname.o rpcsec_gss_if.o rtime_tli.o svc.o \
76svc_auth.o svc_auth_loopb.o svc_auth_sys.o svc_dg.o \
77svc_door.o svc_generic.o svc_raw.o svc_run.o svc_simple.o \
78svc_vc.o svcauth_des.o svid_funcs.o ti_opts.o xdr.o \
79xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_refer.o \
80xdr_sizeof.o xdr_stdio.o
81

--- 162 unchanged lines hidden ---
73rpc_soc.o rpc_td.o rpcb_clnt.o rpcb_prot.o \
74rpcb_st_xdr.o rpcdname.o rpcsec_gss_if.o rtime_tli.o svc.o \
75svc_auth.o svc_auth_loopb.o svc_auth_sys.o svc_dg.o \
76svc_door.o svc_generic.o svc_raw.o svc_run.o svc_simple.o \
77svc_vc.o svcauth_des.o svid_funcs.o ti_opts.o xdr.o \
78xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_refer.o \
79xdr_sizeof.o xdr_stdio.o
80

--- 162 unchanged lines hidden ---