Makefile.rumpdev revision 1.9
1# $NetBSD: Makefile.rumpdev,v 1.9 2014/12/02 01:59:15 pooka Exp $ 2# 3 4LIB= rumpdev 5 6.PATH: ${RUMPTOP}/librump/rumpdev \ 7 ${RUMPTOP}/../kern 8 9IOCONFDIR:= ${.PARSEDIR} 10IOCONF= MAINBUS.ioconf 11 12SRCS= rump_dev.c autoconf.c 13 14# sys/kern 15SRCS+= kern_pmf.c subr_autoconf.c 16 17CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt 18 19.include "${RUMPTOP}/Makefile.rump" 20 21.include <bsd.lib.mk> 22.include <bsd.klinks.mk> 23