9 lines
196 B
Makefile
9 lines
196 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/10/16 09:44:12 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP= ${.CURDIR}/../../sys/rump
|
|
|
|
LIBDPLIBS+= rump ${.CURDIR}/../librump
|
|
|
|
.include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"
|