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