1# Common Makefile
2include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
3
4install::
5	@echo "Installing $(Destination)"
6	$(_v) $(INSTALL_FILE) -o 501 -c .forward "$(Destination)"
7