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