Makefile revision 1.1
11.1Sfvdl# $NetBSD: Makefile,v 1.1 2000/06/03 11:23:55 fvdl 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.1Sfvdl 101.1Sfvdlrpcb_prot.h: rpcb_prot.x 111.1Sfvdl rpcgen -h ${.ALLSRC} -o ${.TARGET} 121.1Sfvdl 131.1SfvdlCLEANFILES+= rpcb_prot.h 141.1Sfvdl 151.1SfvdlINCSDIR= /usr/include/rpc 161.1Sfvdl 171.1Sfvdl.include <bsd.prog.mk> 18