1 1.18 cgd # $NetBSD: Makefile,v 1.18 2000/07/25 06:29:46 cgd Exp $ 2 1.1 deraadt 3 1.1 deraadt PROG= rpc.bootparamd 4 1.1 deraadt SRCS= bootparamd.c bootparam_prot_svc.c 5 1.7 cgd MAN= bootparams.5 rpc.bootparamd.8 6 1.6 gwr MLINKS= rpc.bootparamd.8 bootparamd.8 7 1.15 lukem CPPFLAGS+=-DYP 8 1.1 deraadt 9 1.16 thorpej DPADD= ${LIBRPCSVC} ${LIBUTIL} 10 1.16 thorpej LDADD= -lrpcsvc -lutil 11 1.1 deraadt 12 1.17 mycroft bootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x 13 1.17 mycroft rm -f ${.TARGET} 14 1.17 mycroft ln -s ${.ALLSRC} ${.TARGET} 15 1.17 mycroft 16 1.17 mycroft bootparam_prot.h: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h 17 1.17 mycroft rm -f ${.TARGET} 18 1.17 mycroft ln -s ${.ALLSRC} ${.TARGET} 19 1.17 mycroft 20 1.17 mycroft bootparam_prot_svc.c: bootparam_prot.x bootparam_prot.h 21 1.18 cgd ${RPCGEN} -C -L -m -o ${.TARGET} bootparam_prot.x 22 1.1 deraadt 23 1.1 deraadt CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h 24 1.1 deraadt 25 1.1 deraadt .include <bsd.prog.mk> 26