1.SUFFIXES: .x 2 3RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C 4 5HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \ 6 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \ 7 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \ 8 bootparam_prot.h crypt.h 9XFILES= bootparam_prot.x key_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \ 10 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \ 11 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \ 12 nis_callback.x crypt.x 13HFILES= yp_prot.h ypclnt.h nis_db.h nis_tags.h nislib.h 14 15CLEANFILES+= ${HDRS} 16 17INCSGROUPS= INCS RPCHDRS 18INCS= ${HFILES} ${XFILES} ${HDRS} 19INCSDIR= ${INCLUDEDIR}/rpcsvc 20RPCHDRS= key_prot.h 21RPCHDRSDIR= ${INCLUDEDIR}/rpc 22 23.x.h: 24 ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET} 25 26nis.h: nis_object.x 27 28.include <bsd.prog.mk> 29