~ubuntu-branches/ubuntu/intrepid/xen-3.3/intrepid-updates

« back to all changes in this revision

Viewing changes to tools/vnet/examples/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-08-14 10:28:57 UTC
  • Revision ID: james.westby@ubuntu.com-20080814102857-a832fn5gowurz5do
Tags: upstream-3.3.0
ImportĀ upstreamĀ versionĀ 3.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- mode: Makefile; -*-
 
2
#============================================================================
 
3
XEN_ROOT        = ../../..
 
4
include $(XEN_ROOT)/tools/Rules.mk
 
5
 
 
6
XEN_SCRIPT_DIR  = $(DESTDIR)/etc/xen/scripts
 
7
 
 
8
.PHONY: all
 
9
all:
 
10
 
 
11
.PHONY: install
 
12
install:
 
13
        $(INSTALL_DIR) $(XEN_SCRIPT_DIR)
 
14
        $(INSTALL_PROG) network-vnet $(XEN_SCRIPT_DIR)
 
15
        $(INSTALL_PROG) vnet-insert $(XEN_SCRIPT_DIR)
 
16
 
 
17
.PHONY: clean
 
18
clean: