]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/rpc/Makefile
ifconfig(8): wordsmith -G and -g descriptions
[FreeBSD/FreeBSD.git] / include / rpc / Makefile
1
2 .SUFFIXES: .x
3
4 RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C
5
6 HDRS=   rpcb_prot.h
7
8 XFILES= rpcb_prot.x
9
10 HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
11         nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
12         rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h rpcsec_gss.h \
13         svc.h svc_auth.h svc_soc.h svc_dg.h xdr.h
14
15 # Secure RPC
16 HFILES+= auth_des.h des.h des_crypt.h
17
18 # Kerberos
19 HFILES+= auth_kerb.h
20
21 CLEANFILES+= ${HDRS}
22
23 INCS=   ${HFILES} ${XFILES} ${HDRS}
24 INCSDIR=${INCLUDEDIR}/rpc
25
26 .x.h:
27         ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
28
29 .include <bsd.prog.mk>