########################################## # HTTPD package for PADS # httpd itself comes from BB ########################################## httpd: cp -vfR package/httpd/autorun/S51httpd $(PERSISTENT_STORAGE)/autorun/ chmod +x $(PERSISTENT_STORAGE)/autorun/S51httpd echo "httpd included, refer to busybox version" >> $(PERSISTENT_STORAGE)/version_info.txt httpd-clean: $(RM) $(PERSISTENT_STORAGE)/autorun/S51httpd httpd-dirclean: ifeq ($(strip $(PADS_PACKAGE_HTTPD)),y) TARGETS+=httpd endif