Home | History | Annotate | Line # | Download | only in lib
Makefile.inc revision 1.3
      1 #	$NetBSD: Makefile.inc,v 1.3 2010/03/01 13:12:19 pooka Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../..
      5 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev \
      6 		-I${RUMPTOP}/librump/rumpdev/opt
      7 
      8 .include "${RUMPTOP}/Makefile.rump"
      9