xref: /freebsd-14.2/usr.sbin/bootparamd/bootparamd/Makefile (revision aed23bc4)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD$
3
4PROG=	bootparamd
5MAN=	bootparams.5 bootparamd.8
6SRCS=	bootparamd.c main.c ${GENSRCS}
7GENSRCS=bootparam_prot.h bootparam_prot_svc.c bootparam_prot_xdr.c
8
9CFLAGS+= -DTFTP_DIR=\"/tftpboot\" -I.
10
11CLEANFILES= ${GENSRCS}
12
13RPCSRC=	${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
14
15bootparam_prot_svc.c: ${RPCSRC}
16	rpcgen -m -o ${.TARGET} ${RPCSRC}
17
18bootparam_prot_xdr.c: ${RPCSRC}
19	rpcgen -c -o ${.TARGET} ${RPCSRC}
20
21bootparam_prot.h: ${RPCSRC}
22	rpcgen -h -o ${.TARGET} ${RPCSRC}
23
24.include <bsd.prog.mk>
25

served by {OpenGrok

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