xref: /freebsd-14.2/usr.sbin/bootparamd/callbootd/Makefile (revision 60e2f05a)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2#	$Id: Makefile,v 1.2 1995/03/01 08:04:40 phk Exp $
3
4PROG=	callbootd
5SRCS=	bootparam_prot_xdr.c bootparam_prot_clnt.c callbootd.c
6NOMAN=
7CFLAGS+= -I.
8CLEANFILES= bootparam_prot_clnt.c bootparam_prot_xdr.c  \
9	    bootparam_prot.h bootparam_prot.x
10
11bootparam_prot_clnt.c: bootparam_prot.h
12	rm -f bootparam_prot.x
13	cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
14	rpcgen  -l -o bootparam_prot_clnt.c bootparam_prot.x
15
16bootparam_prot_xdr.c: bootparam_prot.h
17	rm -f bootparam_prot.x
18	cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
19	rpcgen  -c -o bootparam_prot_xdr.c bootparam_prot.x
20
21bootparam_prot.h:
22	rm -f bootparam_prot.x
23	cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
24	rpcgen  -h -o bootparam_prot.h bootparam_prot.x
25
26.include "../../Makefile.inc"
27.include <bsd.prog.mk>
28

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026