pve-manager/bin/ocf/Makefile
2011-12-13 10:19:02 +01:00

18 lines
217 B
Makefile

include ../../defines.mk
all:
SCRIPTS = pvevm
.PHONY: install
install: ${SCRIPTS}
install -d ${HARADIR}
install -m 0755 ${SCRIPTS} ${HARADIR}
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~