Home | History | Annotate | Line # | Download | only in librumpnet
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2009/02/12 13:20:17 lukem Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../sys/rump
      5 
      6 LIBDPLIBS+=     rump	${.CURDIR}/../librump
      7 
      8 WARNS=		3	# XXX: kernel isn't ready for -Wsign-compare
      9 
     10 .include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"
     11