# $NetBSD: Makefile.rumpdev,v 1.8 2013/09/20 16:49:00 pooka Exp $ # LIB= rumpdev .PATH: ${RUMPTOP}/librump/rumpdev \ ${RUMPTOP}/../kern IOCONFDIR:= ${.PARSEDIR} IOCONF= MAINBUS.ioconf SRCS= rump_dev.c autoconf.c # sys/kern SRCS+= kern_pmf.c subr_autoconf.c # automatically in sync src/lib SHLIB_MAJOR= 0 SHLIB_MINOR= 0 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt .include "${RUMPTOP}/Makefile.rump" .include .include