1 # $NetBSD: Makefile,v 1.15 2009/03/25 14:05:03 pooka Exp $
7 SRCS
= rumpuser.c rumpuser_net.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