Cross Reference: Makefile
xref: /src/usr.sbin/rpc.bootparamd/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/rpc.bootparamd/
Makefile revision 1.17
11.17Smycroft#	$NetBSD: Makefile,v 1.17 2000/06/12 01:57:25 mycroft Exp $
21.1Sderaadt
31.1SderaadtPROG=	rpc.bootparamd
41.1SderaadtSRCS=	bootparamd.c bootparam_prot_svc.c
51.7ScgdMAN=	bootparams.5 rpc.bootparamd.8
61.6SgwrMLINKS=	rpc.bootparamd.8 bootparamd.8
71.15SlukemCPPFLAGS+=-DYP
81.1Sderaadt
91.16SthorpejDPADD=	${LIBRPCSVC} ${LIBUTIL}
101.16SthorpejLDADD=	-lrpcsvc -lutil
111.1Sderaadt
121.17Smycroftbootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
131.17Smycroft	rm -f ${.TARGET}
141.17Smycroft	ln -s ${.ALLSRC} ${.TARGET}
151.17Smycroft
161.17Smycroftbootparam_prot.h: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h
171.17Smycroft	rm -f ${.TARGET}
181.17Smycroft	ln -s ${.ALLSRC} ${.TARGET}
191.17Smycroft
201.17Smycroftbootparam_prot_svc.c: bootparam_prot.x bootparam_prot.h
211.14Slukem	rpcgen -C -L -m -o ${.TARGET} bootparam_prot.x
221.1Sderaadt
231.1SderaadtCLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
241.1Sderaadt
251.1Sderaadt.include <bsd.prog.mk>
26

Indexes created Mon Nov 10 17:20:41 GMT 2025