aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-11-07 22:08:46 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-11-07 22:08:46 +0000
commit22f80c8cb07c10549340687f7744ef0c13f06e94 (patch)
treea0b9226b6b59b2999466436d1f20349326385be1 /tools/misc
parent8584ce584ffc61c10cd190ce057641555a9a580c (diff)
downloadxen-22f80c8cb07c10549340687f7744ef0c13f06e94.tar.gz
xen-22f80c8cb07c10549340687f7744ef0c13f06e94.tar.bz2
xen-22f80c8cb07c10549340687f7744ef0c13f06e94.zip
bitkeeper revision 1.574 (3fac17eedP_FW6EJc9w8TDnbR6HdEQ)
install xen_nat_enable in install/bin
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 988440836d..f48e76a728 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -9,7 +9,7 @@ OBJS = $(patsubst %.c,%.o,$(SRCS))
TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev
-INSTALL = $(TARGETS) xen-mkdevnodes xen-clone
+INSTALL = $(TARGETS) xen-mkdevnodes xen_nat_enable xen-clone
all: $(TARGETS)
$(MAKE) -C miniterm