sdhci - Implement ADMA2 transfer support. Keep SDMA support for now.
[dragonfly.git] / include / rpc / Makefile
blob1f8893b8558affff02f1f0eb07a511b7d452393a
1 # $FreeBSD: src/include/rpc/Makefile,v 1.2 2002/05/12 16:00:48 ru Exp $
3 .SUFFIXES: .x
5 RPCCOM = rpcgen -C -Y "${OBJFORMAT_PATH}/usr/bin"
7 HDRS= rpcb_prot.h
9 XFILES= rpcb_prot.x
11 HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
12 nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
13 rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \
14 svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h
16 # Secure RPC
17 HFILES+= auth_des.h des.h des_crypt.h
19 # Kerberos
20 HFILES+= auth_kerb.h
22 CLEANFILES+= ${HDRS}
24 INCS= ${HFILES} ${XFILES} ${HDRS}
25 INCSDIR=${INCLUDEDIR}/rpc
27 .x.h:
28 ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
30 .include <bsd.prog.mk>