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\
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