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