NetBSD/lib/librumpdev/Makefile
pooka de4fa6c51a Build & install rumpdev, a device component for rump. It currently
supports autoconf and is required for example by pseudo-device rump
components.
2009-09-03 15:35:58 +00:00

11 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/09/03 15:35:59 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../sys/rump
LIBDPLIBS+= rump ${.CURDIR}/../librump
WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare
.include "${RUMPTOP}/librump/rumpdev/Makefile.rumpdev"