include $(AXIS_TOP_DIR)/tools/build/Rules.axis

OWN = -o root -g root

install:
	@echo "I'm installing my script file... "
	@echo $(INSTALL)
	@echo $(prefix)
	$(INSTALL) $(OWN) -m 0755 myscript "$(prefix)"/etc/init.d/boottime

