1 # $NetBSD: Makefile,v 1.1.8.2 2011/06/06 09:10:06 jruoho Exp $ 2 # 3 4 S!= cd ${.PARSEDIR}/../../../../;pwd 5 6 .include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod" 7 8 LIB= rumpkern_solaris 9 10 # RUMP Stuff 11 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\ 12 -I${RUMPTOP}/librump/rumpdev 13 CPPFLAGS+= -DASSERT=KASSERT 14 15 SRCS+= component.c 16 17 .include <bsd.lib.mk> 18 .include <bsd.klinks.mk> 19