NetBSD/lib/librumpnet/Makefile

11 lines
252 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2009/02/12 13:20:17 lukem Exp $
2008-10-16 13:44:12 +04:00
#
RUMPTOP= ${.CURDIR}/../../sys/rump
LIBDPLIBS+= rump ${.CURDIR}/../librump
WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare
2008-10-16 13:44:12 +04:00
.include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"