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