1 1.3.38.3 skrll # $NetBSD: Makefile.inc,v 1.3.38.3 2016/03/19 11:30:33 skrll Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.1 pooka RUMPTOP= ${.CURDIR}/../../.. 5 1.1 pooka 6 1.3.38.2 skrll RUMPDEVLIBDIR:= ${.PARSEDIR} 7 1.3.38.2 skrll 8 1.3.38.2 skrll .if defined(RUMP_COMPONENT) && !empty(RUMP_COMPONENT:Mioconf) 9 1.3.38.2 skrll .PATH: ${RUMPDEVLIBDIR} 10 1.3.38.2 skrll SRCS+= component_simple.c 11 1.3.38.2 skrll .endif 12 1.3.38.2 skrll 13 1.1 pooka .include "${RUMPTOP}/Makefile.rump" 14