# Common Makefile include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make install:: ifeq "$(CONTENT_PLATFORM)" "osx" # $(_v) $(ECHO) " " > "$(Destination)/.file" $(_v) $(CHMOD) 644 "$(Destination)/.file" $(_v) $(CHOWN) root:wheel "$(Destination)/.file" endif