Home | History | Annotate | Line # | Download | only in librump
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/07/29 13:17:41 pooka Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../sys/rump
      5 
      6 LIBDPLIBS+=     rumpuser ${.CURDIR}/../librumpuser
      7 MAN=		rump.3
      8 
      9 .include "${RUMPTOP}/librump/rumpkern/Makefile.rumpkern"
     10