Makefile revision 1.6
11.6Sgwr# $Id: Makefile,v 1.6 1994/10/03 18:48:40 gwr Exp $ 21.2Sderaadt 31.2SderaadtCFLAGS+=-DYP 41.1Sderaadt 51.1SderaadtPROG= rpc.bootparamd 61.1SderaadtSRCS= bootparamd.c bootparam_prot_svc.c 71.6SgwrMAN5= bootparams.0 81.1SderaadtMAN8= rpc.bootparamd.0 91.6SgwrMLINKS= rpc.bootparamd.8 bootparamd.8 101.1Sderaadt 111.5ScgdDPADD= ${LIBRPCSVC} 121.5ScgdLDADD= -lrpcsvc 131.1Sderaadt 141.1Sderaadtbootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x 151.4Sderaadt rm -f bootparam_prot.x 161.1Sderaadt ln -s /usr/include/rpcsvc/bootparam_prot.x . 171.4Sderaadt rm -f bootparam_prot.h 181.1Sderaadt ln -s /usr/include/rpcsvc/bootparam_prot.h . 191.1Sderaadt rpcgen -m -o $@ bootparam_prot.x 201.1Sderaadt 211.1SderaadtCLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h 221.1Sderaadt 231.1Sderaadt.include <bsd.prog.mk> 24