Lines Matching refs:TARGET_DIR
16 $(INSTALL) -D -m 0755 $(@D)/thttpd $(TARGET_DIR)/usr/sbin/thttpd
17 $(INSTALL) -D -m 0755 $(@D)/extras/htpasswd $(TARGET_DIR)/usr/bin/htpasswd
18 $(INSTALL) -D -m 0755 $(@D)/extras/makeweb $(TARGET_DIR)/usr/bin/makeweb
19 $(INSTALL) -D -m 0755 $(@D)/extras/syslogtocern $(TARGET_DIR)/usr/bin/syslogtocern
20 $(INSTALL) -D -m 0755 $(@D)/scripts/thttpd_wrapper $(TARGET_DIR)/usr/sbin/thttpd_wrapper
23 $(TARGET_DIR)/usr/sbin/thttpd_wrapper
24 $(INSTALL) -d $(TARGET_DIR)/var/www/data
25 $(INSTALL) -d $(TARGET_DIR)/var/www/logs
26 echo "dir=/var/www/data" > $(TARGET_DIR)/etc/thttpd.conf
27 echo 'cgipat=**.cgi' >> $(TARGET_DIR)/etc/thttpd.conf
28 echo "logfile=/var/www/logs/thttpd_log" >> $(TARGET_DIR)/etc/thttpd.conf
29 echo "pidfile=/var/run/thttpd.pid" >> $(TARGET_DIR)/etc/thttpd.conf
34 $(TARGET_DIR)/etc/init.d/S90thttpd
39 $(TARGET_DIR)/usr/lib/systemd/system/thttpd.service