ae99bc57e3
(yes, it belongs in usr.sbin, not libexec)
18 lines
476 B
Makefile
18 lines
476 B
Makefile
# $Id: Makefile,v 1.1 1994/01/08 13:22:03 deraadt Exp $
|
|
|
|
PROG= rpc.bootparamd
|
|
SRCS= bootparamd.c bootparam_prot_svc.c
|
|
MAN8= rpc.bootparamd.0
|
|
|
|
DPADD= ${LIBRPCSVC} ${LIBUTIL}
|
|
LDADD= -lrpcsvc -lutil
|
|
|
|
bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
|
|
ln -s /usr/include/rpcsvc/bootparam_prot.x .
|
|
ln -s /usr/include/rpcsvc/bootparam_prot.h .
|
|
rpcgen -m -o $@ bootparam_prot.x
|
|
|
|
CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
|
|
|
|
.include <bsd.prog.mk>
|