Home | History | Annotate | Line # | Download | only in librumpnet
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/10/16 09:44:12 pooka Exp $
      2 #
      3 
      4 RUMPTOP=	${.CURDIR}/../../sys/rump
      5 
      6 LIBDPLIBS+=     rump	${.CURDIR}/../librump
      7 
      8 .include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"
      9