1# Common Makefile
2include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
3
4install::
5	@echo "Installing $(Destination)"
6	$(_v) $(INSTALL_FILE) -m 0644 /dev/null "$(Destination)/bounds"
7