Lines Matching refs:TARGET_DIR
20 $(INSTALL) -D -m 0755 $(@D)/thttpd $(TARGET_DIR)/usr/sbin/thttpd
21 $(INSTALL) -D -m 0755 $(@D)/extras/htpasswd $(TARGET_DIR)/usr/bin/htpasswd
22 $(INSTALL) -D -m 0755 $(@D)/extras/makeweb $(TARGET_DIR)/usr/bin/makeweb
23 $(INSTALL) -D -m 0755 $(@D)/extras/syslogtocern $(TARGET_DIR)/usr/bin/syslogtocern
24 $(INSTALL) -D -m 0755 $(@D)/scripts/thttpd_wrapper $(TARGET_DIR)/usr/sbin/thttpd_wrapper
27 $(TARGET_DIR)/usr/sbin/thttpd_wrapper
28 $(INSTALL) -d $(TARGET_DIR)/var/www/data
29 $(INSTALL) -d $(TARGET_DIR)/var/www/logs
30 echo "dir=/var/www/data" > $(TARGET_DIR)/etc/thttpd.conf
31 echo 'cgipat=**.cgi' >> $(TARGET_DIR)/etc/thttpd.conf
32 echo "logfile=/var/www/logs/thttpd_log" >> $(TARGET_DIR)/etc/thttpd.conf
33 echo "pidfile=/var/run/thttpd.pid" >> $(TARGET_DIR)/etc/thttpd.conf
38 $(TARGET_DIR)/etc/init.d/S90thttpd
43 $(TARGET_DIR)/usr/lib/systemd/system/thttpd.service