Makefile revision 1.18
11.18Scgd# $NetBSD: Makefile,v 1.18 2000/07/25 06:29:46 cgd Exp $ 21.1Sderaadt 31.1SderaadtPROG= rpc.bootparamd 41.1SderaadtSRCS= bootparamd.c bootparam_prot_svc.c 51.7ScgdMAN= bootparams.5 rpc.bootparamd.8 61.6SgwrMLINKS= rpc.bootparamd.8 bootparamd.8 71.15SlukemCPPFLAGS+=-DYP 81.1Sderaadt 91.16SthorpejDPADD= ${LIBRPCSVC} ${LIBUTIL} 101.16SthorpejLDADD= -lrpcsvc -lutil 111.1Sderaadt 121.17Smycroftbootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x 131.17Smycroft rm -f ${.TARGET} 141.17Smycroft ln -s ${.ALLSRC} ${.TARGET} 151.17Smycroft 161.17Smycroftbootparam_prot.h: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h 171.17Smycroft rm -f ${.TARGET} 181.17Smycroft ln -s ${.ALLSRC} ${.TARGET} 191.17Smycroft 201.17Smycroftbootparam_prot_svc.c: bootparam_prot.x bootparam_prot.h 211.18Scgd ${RPCGEN} -C -L -m -o ${.TARGET} bootparam_prot.x 221.1Sderaadt 231.1SderaadtCLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h 241.1Sderaadt 251.1Sderaadt.include <bsd.prog.mk> 26