minix/lib/librump/Makefile
Jean-Baptiste Boric 6d280e2195 rump: import librumpuser
Without pthread support, the fibril implementation is used instead.
2016-12-18 17:05:56 +01:00

11 lines
262 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/11/09 17:39:37 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../sys/rump
LIBDPLIBS+= rumpuser ${.CURDIR}/../librumpuser
WARNS= 3 # XXX: kernel isn't ready for -Wsign-compare
.include "${RUMPTOP}/librump/rumpkern/Makefile.rumpkern"