Files
netbsd/sys/rump/librump/rumpdev/Makefile.rumpdev
2014-01-15 10:53:42 +01:00

27 lines
496 B
Makefile

# $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 <bsd.lib.mk>
.include <bsd.klinks.mk>