NetBSD/lib/librump/Makefile

12 lines
289 B
Makefile
Raw Normal View History

2010-09-02 16:29:49 +04:00
# $NetBSD: Makefile,v 1.3 2010/09/02 12:29:49 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../sys/rump
LIBDPLIBS+= rumpuser ${.CURDIR}/../librumpuser
2010-09-02 16:29:49 +04:00
MAN= rump.3 rump_lwproc.3
WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare
.include "${RUMPTOP}/librump/rumpkern/Makefile.rumpkern"