xref: /freebsd/include/rpcsvc/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
175b63130SGarrett Wollman.SUFFIXES: .x
275b63130SGarrett Wollman
3*5e0a19bdSDimitry AndricRPCCOM=	RPCGEN_CPP=${CPP:Q} rpcgen -C
475b63130SGarrett Wollman
59bd1654aSBill PaulHDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
62dc30288SBill Paul      rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
79bd1654aSBill Paul      ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
89bd1654aSBill Paul      bootparam_prot.h crypt.h
99bd1654aSBill PaulXFILES= bootparam_prot.x key_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \
1075b63130SGarrett Wollman      rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
119bd1654aSBill Paul      yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
129bd1654aSBill Paul      nis_callback.x crypt.x
139bd1654aSBill PaulHFILES= yp_prot.h ypclnt.h nis_db.h nis_tags.h nislib.h
1475b63130SGarrett Wollman
1575b63130SGarrett WollmanCLEANFILES+= ${HDRS}
1675b63130SGarrett Wollman
17c7b111cbSRuslan ErmilovINCSGROUPS=	INCS RPCHDRS
18c7b111cbSRuslan ErmilovINCS=		${HFILES} ${XFILES} ${HDRS}
19c7b111cbSRuslan ErmilovINCSDIR=	${INCLUDEDIR}/rpcsvc
20c7b111cbSRuslan ErmilovRPCHDRS=	key_prot.h
21c7b111cbSRuslan ErmilovRPCHDRSDIR=	${INCLUDEDIR}/rpc
2275b63130SGarrett Wollman
2375b63130SGarrett Wollman.x.h:
24b8cff82dSDavid E. O'Brien	${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
2575b63130SGarrett Wollman
2625776f4cSBruce Evansnis.h: nis_object.x
2725776f4cSBruce Evans
2875b63130SGarrett Wollman.include <bsd.prog.mk>
29