Home | History | Annotate | Line # | Download | only in librump
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+=     rumpuser ${.CURDIR}/../librumpuser
      7 MAN=		rump.3
      8 
      9 WARNS=		3	# XXX: kernel isn't ready for -Wsign-compare
     10 
     11 .include "${RUMPTOP}/librump/rumpkern/Makefile.rumpkern"
     12