Home | History | Annotate | Line # | Download | only in lib
      1 #	$NetBSD: Makefile.inc,v 1.8 2016/01/26 23:12:14 pooka Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../..
      5 
      6 RUMPDEVLIBDIR:= ${.PARSEDIR}
      7 
      8 .if defined(RUMP_COMPONENT) && !empty(RUMP_COMPONENT:Mioconf)
      9 .PATH:	${RUMPDEVLIBDIR}
     10 SRCS+=   component_simple.c
     11 .endif
     12 
     13 .include "${RUMPTOP}/Makefile.rump"
     14