mirror of https://github.com/apache/cloudstack.git
16 lines
310 B
Makefile
16 lines
310 B
Makefile
# -*- mode: Makefile; -*-
|
|
#============================================================================
|
|
XEN_ROOT = ../../..
|
|
include $(XEN_ROOT)/tools/Rules.mk
|
|
|
|
.PHONY: all
|
|
all:
|
|
|
|
.PHONY: install
|
|
install:
|
|
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
|
|
$(INSTALL_PROG) vn $(DESTDIR)$(SBINDIR)
|
|
|
|
.PHONY: clean
|
|
clean:
|