77e862601f
namely: * src/lib is used only when building for POSIX'y platforms, but the man pages have their use for all platforms * rumpuser.3 is a function of the rump kernel, not one of the of the POSIX'y implementation hosted in src/lib/librumpuser no functional change
11 lines
262 B
Makefile
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"
|