Makefile revision 1.7
11.7Stv# $NetBSD: Makefile,v 1.7 2001/10/31 20:58:28 tv Exp $ 21.1Sfvdl# 31.1Sfvdl 41.1SfvdlINCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \ 51.1Sfvdl pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h rpc.h \ 61.1Sfvdl rpc_msg.h rpcb_clnt.h rpcb_prot.h rpcent.h \ 71.1Sfvdl svc.h svc_auth.h svc_soc.h types.h xdr.h 81.1Sfvdl 91.1SfvdlCLEANFILES+= rpcb_prot.h 101.1Sfvdl 111.1SfvdlINCSDIR= /usr/include/rpc 121.1Sfvdl 131.1Sfvdl.include <bsd.prog.mk> 141.7Stv 151.7Stvrpcb_prot.h: rpcb_prot.x ${RPCGEN} 161.7Stv ${RPCGEN} -C -h ${.CURDIR}/rpcb_prot.x -o ${.TARGET} 17