Home | History | Annotate | Line # | Download | only in rpc.bootparamd
Makefile revision 1.16.6.1
      1  1.16.6.1  minoura #	$NetBSD: Makefile,v 1.16.6.1 2000/06/22 18:01:09 minoura 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.16.6.1  minoura bootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
     13  1.16.6.1  minoura 	rm -f ${.TARGET}
     14  1.16.6.1  minoura 	ln -s ${.ALLSRC} ${.TARGET}
     15  1.16.6.1  minoura 
     16  1.16.6.1  minoura bootparam_prot.h: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h
     17  1.16.6.1  minoura 	rm -f ${.TARGET}
     18  1.16.6.1  minoura 	ln -s ${.ALLSRC} ${.TARGET}
     19  1.16.6.1  minoura 
     20  1.16.6.1  minoura bootparam_prot_svc.c: bootparam_prot.x bootparam_prot.h
     21      1.14    lukem 	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