Home | History | Annotate | Line # | Download | only in rpc.bootparamd
Makefile revision 1.15
      1  1.15    lukem #	$NetBSD: Makefile,v 1.15 1997/10/25 06:58:36 lukem 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.5      cgd DPADD=	${LIBRPCSVC}
     10   1.5      cgd LDADD=	-lrpcsvc
     11   1.1  deraadt 
     12  1.13      cjs bootparam_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
     13   1.4  deraadt 	rm -f bootparam_prot.x
     14  1.13      cjs 	ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
     15   1.4  deraadt 	rm -f bootparam_prot.h
     16  1.13      cjs 	ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h .
     17  1.14    lukem 	rpcgen -C -L -m -o ${.TARGET} bootparam_prot.x
     18   1.1  deraadt 
     19   1.1  deraadt CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
     20   1.1  deraadt 
     21   1.1  deraadt .include <bsd.prog.mk>
     22