Home | History | Annotate | Line # | Download | only in lib
Makefile.inc revision 1.6
      1 #	$NetBSD: Makefile.inc,v 1.6 2015/11/16 23:27:07 pooka Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../..
      5 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev
      6 
      7 RUMPDEVLIBDIR:= ${.PARSEDIR}
      8 
      9 .if defined(RUMP_COMPONENT) && !empty(${RUMP_COMPONENT:Mioconf})
     10 .PATH:	${RUMPDEVLIBDIR}
     11 SRCS+=   component_simple.c
     12 .endif
     13 
     14 .include "${RUMPTOP}/Makefile.rump"
     15