1 # $NetBSD: Makefile.rumpdev,v 1.8 2013/09/20 16:49:00 pooka Exp $ 2 # 3 4 LIB= rumpdev 5 6 .PATH: ${RUMPTOP}/librump/rumpdev \ 7 ${RUMPTOP}/../kern 8 9 IOCONFDIR:= ${.PARSEDIR} 10 IOCONF= MAINBUS.ioconf 11 12 SRCS= rump_dev.c autoconf.c 13 14 # sys/kern 15 SRCS+= kern_pmf.c subr_autoconf.c 16 17 # automatically in sync src/lib 18 SHLIB_MAJOR= 0 19 SHLIB_MINOR= 0 20 21 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt 22 23 .include "${RUMPTOP}/Makefile.rump" 24 25 .include <bsd.lib.mk> 26 .include <bsd.klinks.mk> 27