Home | History | Annotate | Line # | Download | only in rpc.bootparamd
Makefile revision 1.1
      1  1.1  deraadt #	$Id: Makefile,v 1.1 1994/01/08 13:22:03 deraadt 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.1  deraadt MAN8=	rpc.bootparamd.0
      6  1.1  deraadt 
      7  1.1  deraadt DPADD=	${LIBRPCSVC} ${LIBUTIL}
      8  1.1  deraadt LDADD=	-lrpcsvc -lutil
      9  1.1  deraadt 
     10  1.1  deraadt bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
     11  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.x .
     12  1.1  deraadt 	ln -s /usr/include/rpcsvc/bootparam_prot.h .
     13  1.1  deraadt 	rpcgen -m -o $@ bootparam_prot.x
     14  1.1  deraadt 
     15  1.1  deraadt CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
     16  1.1  deraadt 
     17  1.1  deraadt .include <bsd.prog.mk>
     18