X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/03fb6eb005e0e1ca66f0422cb7821f0a2ad2d381..b3dd680f589a1f02e301659e04768ef61be3b843:/rpc.subproj/Makefile diff --git a/rpc.subproj/Makefile b/rpc.subproj/Makefile index 4bf2c53..f74a525 100644 --- a/rpc.subproj/Makefile +++ b/rpc.subproj/Makefile @@ -13,7 +13,7 @@ PROJECTVERSION = 2.8 PROJECT_TYPE = Component HFILES = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h\ - rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h + rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h pmap_wakeup.h CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\ clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c\ @@ -23,9 +23,10 @@ CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\ rpc_prot.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c\ svc_run.c svc_simple.c svc_tcp.c getrpcent.c svc_udp.c xdr.c\ xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c\ - xdr_stdio.c getrpcport.c + xdr_sizeof.c xdr_stdio.c getrpcport.c pmap_wakeup.c -OTHERSRCS = Makefile.preamble Makefile +OTHERSRCS = Makefile.preamble Makefile Makefile.postamble \ + bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles