aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
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/xenstore/Makefile
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/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index a754fab85f..adbe605675 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -25,6 +25,7 @@ XENSTORED_OBJS = xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored
XENSTORED_OBJS_$(CONFIG_Linux) = xenstored_linux.o
XENSTORED_OBJS_$(CONFIG_SunOS) = xenstored_solaris.o
+XENSTORED_OBJS_$(CONFIG_NetBSD) = xenstored_netbsd.o
XENSTORED_OBJS += $(XENSTORED_OBJS_y)