003 File Manager
Current Path:
/usr/src/include/rpc
usr
/
src
/
include
/
rpc
/
📁
..
📄
Makefile
(621 B)
📄
Makefile.depend
(176 B)
📄
auth.h
(10.76 KB)
📄
auth_des.h
(3.83 KB)
📄
auth_kerb.h
(4.42 KB)
📄
auth_unix.h
(2.89 KB)
📄
clnt.h
(16.31 KB)
📄
clnt_soc.h
(3.25 KB)
📄
clnt_stat.h
(2.08 KB)
📄
des.h
(2.91 KB)
📄
des_crypt.h
(3.5 KB)
📄
nettype.h
(2.31 KB)
📄
pmap_clnt.h
(3.4 KB)
📄
pmap_prot.h
(3.93 KB)
📄
pmap_rmt.h
(2.36 KB)
📄
raw.h
(2.05 KB)
📄
rpc.h
(4.02 KB)
📄
rpc_com.h
(3 KB)
📄
rpc_msg.h
(5.12 KB)
📄
rpcb_clnt.h
(3.36 KB)
📄
rpcb_prot.x
(14.26 KB)
📄
rpcent.h
(2.46 KB)
📄
rpcsec_gss.h
(5.66 KB)
📄
svc.h
(14.91 KB)
📄
svc_auth.h
(2.2 KB)
📄
svc_dg.h
(2.32 KB)
📄
svc_soc.h
(3.18 KB)
📄
xdr.h
(12.67 KB)
Editing: Makefile
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC # $FreeBSD$ .SUFFIXES: .x RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C HDRS= rpcb_prot.h XFILES= rpcb_prot.x HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \ nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \ rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h rpcsec_gss.h \ svc.h svc_auth.h svc_soc.h svc_dg.h xdr.h # Secure RPC HFILES+= auth_des.h des.h des_crypt.h # Kerberos HFILES+= auth_kerb.h CLEANFILES+= ${HDRS} INCS= ${HFILES} ${XFILES} ${HDRS} INCSDIR=${INCLUDEDIR}/rpc .x.h: ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET} .include <bsd.prog.mk>
Upload File
Create Folder