# $OpenBSD: Makefile,v 1.11 2007/03/24 05:36:54 deraadt Exp $ .include .if (${YP:L} == "yes") 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 ln -fs ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h . rpcgen -C -m -o $@ $> CLEANFILES += bootparam_prot_svc.c bootparam_prot.h .include