# $Id: Makefile,v 1.2 1996/09/04 22:52:09 deraadt Exp $ .include .if defined(YP) CFLAGS+=-DYP .endif PROG= rpc.bootparamd SRCS= bootparamd.c bootparam_prot_svc.c MAN= bootparams.5 rpc.bootparamd.8 MLINKS= rpc.bootparamd.8 bootparamd.8 DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc bootparam_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x rm -f bootparam_prot.x ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x . rm -f bootparam_prot.h ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h . rpcgen -m -o $@ bootparam_prot.x CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h .include