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

OWN = -o root -g root

install:
	$(INSTALL) $(OWN) -m 0755 rc $(prefix)/etc/init.d/ntpcl
	$(LN) -sf ../init.d/ntpcl "$(prefix)"/etc/rc3.d/S90ntp
	$(INSTALL) $(OWN) -m 0644 ntpclient.default $(prefix)/etc/conf.d/ntpclient

