Makefile revision 1.2
11.2Sderaadt# $Id: Makefile,v 1.2 1994/01/10 14:04:44 deraadt Exp $ 21.2Sderaadt 31.2SderaadtCFLAGS+=-DYP 41.1Sderaadt 51.1SderaadtPROG= rpc.bootparamd 61.1SderaadtSRCS= bootparamd.c bootparam_prot_svc.c 71.1SderaadtMAN8= rpc.bootparamd.0 81.1Sderaadt 91.1SderaadtDPADD= ${LIBRPCSVC} ${LIBUTIL} 101.1SderaadtLDADD= -lrpcsvc -lutil 111.1Sderaadt 121.1Sderaadtbootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x 131.1Sderaadt ln -s /usr/include/rpcsvc/bootparam_prot.x . 141.1Sderaadt ln -s /usr/include/rpcsvc/bootparam_prot.h . 151.1Sderaadt rpcgen -m -o $@ bootparam_prot.x 161.1Sderaadt 171.1SderaadtCLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h 181.1Sderaadt 191.1Sderaadt.include <bsd.prog.mk> 20