Sync usage with man page.
[netbsd-mini2440.git] / sys / rump / librump / rumpuser / Makefile
blob9aa66fd819c2a022533cdcd6d1e17447d0adfecb
1 # $NetBSD: Makefile,v 1.15 2009/03/25 14:05:03 pooka Exp $
4 LIB= rumpuser
5 WARNS= 4
7 SRCS= rumpuser.c rumpuser_net.c
8 SRCS+= rumpuser_pth.c
9 SRCS+= rumpuser_dl.c
11 CPPFLAGS+= -D_REENTRANT
13 # Using this instead of the above makes it possible to link rump
14 # without involving pthreads. Multithreaded operation will not
15 # of course work correctly in case.
16 #SRCS+= rumpuser_pth_dummy.c
18 # no shlib_version because this is automatically in sync with lib/librumpuser
19 SHLIB_MAJOR= 0
20 SHLIB_MINOR= 0
22 .include <bsd.lib.mk>