########################################## # 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 httpd-clean: httpd-dirclean: ifeq ($(strip $(PADS_PACKAGE_HTTPD)),y) TARGETS+=httpd endif