Home | History | Annotate | Line # | Download | only in rpcgen
Makefile revision 1.5
      1  1.5    kamil #	$NetBSD: Makefile,v 1.5 2019/06/21 14:56:39 kamil Exp $
      2  1.1       tv 
      3  1.4  thorpej HOSTPROGNAME=	${_TOOL_PREFIX}rpcgen
      4  1.1       tv HOST_SRCDIR=	usr.bin/rpcgen
      5  1.1       tv 
      6  1.5    kamil RPCGEN_INC=	${.CURDIR}/../../common/include
      7  1.5    kamil 
      8  1.5    kamil HOST_CPPFLAGS+=	-I${RPCGEN_INC}
      9  1.5    kamil 
     10  1.1       tv .include "${.CURDIR}/../Makefile.host"
     11