mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
11 lines
252 B
Makefile
11 lines
252 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/11/09 17:39:37 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP= ${.CURDIR}/../../sys/rump
|
|
|
|
LIBDPLIBS+= rump ${.CURDIR}/../librump
|
|
|
|
WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare
|
|
|
|
.include "${RUMPTOP}/librump/rumpvfs/Makefile.rumpvfs"
|