1 # from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
6 RPCCOM
= RPCGEN_CPP
=${CPP
:Q
} rpcgen
-C
12 HFILES
= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
13 nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
14 rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h rpcsec_gss.h \
15 svc.h svc_auth.h svc_soc.h svc_dg.h xdr.h
18 HFILES
+= auth_des.h des.h des_crypt.h
25 INCS
= ${HFILES} ${XFILES} ${HDRS}
26 INCSDIR
=${INCLUDEDIR}/rpc
29 ${RPCCOM} -h
-DWANT_NFS3
${.IMPSRC
} -o
${.TARGET
}
31 .
include <bsd.prog.mk
>