aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/libxenstat
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-09-24 15:38:52 +0100
committerKeir Fraser <keir@xensource.com>2007-09-24 15:38:52 +0100
commitd1729249ef61b781bcb18006d0c34fcd772e46bb (patch)
tree3bd1dfce11a4cf403f37aa6e7bd7251e819ed5d5 /tools/xenstat/libxenstat
parentc6a041cfa46e24cec825940c7f221dbc633bd9d7 (diff)
downloadxen-d1729249ef61b781bcb18006d0c34fcd772e46bb.tar.gz
xen-d1729249ef61b781bcb18006d0c34fcd772e46bb.tar.bz2
xen-d1729249ef61b781bcb18006d0c34fcd772e46bb.zip
xenstat/xenstore: NetBSD fixes.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/xenstat/libxenstat')
-rw-r--r--tools/xenstat/libxenstat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
index ed359a6ded..69cbf2fca7 100644
--- a/tools/xenstat/libxenstat/Makefile
+++ b/tools/xenstat/libxenstat/Makefile
@@ -31,6 +31,7 @@ SHLIB_LINKS=src/libxenstat.so.$(MAJOR) src/libxenstat.so
OBJECTS-y=src/xenstat.o
OBJECTS-$(CONFIG_Linux) += src/xenstat_linux.o
OBJECTS-$(CONFIG_SunOS) += src/xenstat_solaris.o
+OBJECTS-$(CONFIG_NetBSD) += src/xenstat_netbsd.o
SONAME_FLAGS=-Wl,$(SONAME_LDFLAG) -Wl,libxenstat.so.$(MAJOR)
WARN_FLAGS=-Wall -Werror