Home | History | Annotate | Line # | Download | only in rpc.bootparamd
Makefile revision 1.5
      1  1.5      cgd #	$Id: Makefile,v 1.5 1994/01/28 01:07:31 cgd Exp $
      2  1.2  deraadt 
      3  1.2  deraadt CFLAGS+=-DYP
      4  1.1  deraadt 
      5  1.1  deraadt PROG=	rpc.bootparamd
      6  1.1  deraadt SRCS=	bootparamd.c bootparam_prot_svc.c
      7  1.1  deraadt MAN8=	rpc.bootparamd.0
      8  1.1  deraadt 
      9  1.5      cgd DPADD=	${LIBRPCSVC}
     10  1.5      cgd LDADD=	-lrpcsvc
     11  1.1  deraadt 
     12  1.1  deraadt bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
     13  1.4  deraadt 	rm -f bootparam_prot.x
     14  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.x .
     15  1.4  deraadt 	rm -f bootparam_prot.h
     16  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.h .
     17  1.1  deraadt 	rpcgen -m -o $@ 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