Home | History | Annotate | Line # | Download | only in rpc.bootparamd
Makefile revision 1.8
      1  1.8      jtc #	$Id: Makefile,v 1.7 1994/12/22 11:40:50 cgd E
      2  1.8      jtc xp $
      3  1.2  deraadt 
      4  1.2  deraadt CFLAGS+=-DYP
      5  1.1  deraadt 
      6  1.1  deraadt PROG=	rpc.bootparamd
      7  1.1  deraadt SRCS=	bootparamd.c bootparam_prot_svc.c
      8  1.7      cgd MAN=	bootparams.5 rpc.bootparamd.8
      9  1.6      gwr MLINKS=	rpc.bootparamd.8 bootparamd.8
     10  1.1  deraadt 
     11  1.5      cgd DPADD=	${LIBRPCSVC}
     12  1.5      cgd LDADD=	-lrpcsvc
     13  1.1  deraadt 
     14  1.1  deraadt bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
     15  1.4  deraadt 	rm -f bootparam_prot.x
     16  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.x .
     17  1.4  deraadt 	rm -f bootparam_prot.h
     18  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.h .
     19  1.1  deraadt 	rpcgen -m -o $@ bootparam_prot.x
     20  1.1  deraadt 
     21  1.1  deraadt CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
     22  1.1  deraadt 
     23  1.1  deraadt .include <bsd.prog.mk>
     24