summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/tools/tinderbox/Makefile2
-rw-r--r--tools/tools/tinderbox/www/Makefile11
2 files changed, 13 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/Makefile b/tools/tools/tinderbox/Makefile
index 7a0a269..b686988 100644
--- a/tools/tools/tinderbox/Makefile
+++ b/tools/tools/tinderbox/Makefile
@@ -5,4 +5,6 @@ BINOWN ?= ${USER}
BINGRP ?= ${USER}
SCRIPTS = tbmaster.pl tinderbox.pl
+SUBDIR = www
+
.include <bsd.prog.mk>
diff --git a/tools/tools/tinderbox/www/Makefile b/tools/tools/tinderbox/www/Makefile
new file mode 100644
index 0000000..ba40ed9
--- /dev/null
+++ b/tools/tools/tinderbox/www/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CGI = index.cgi
+DATA = tb.css valid-css.gif valid-xhtml10.png
+WWWDIR ?= ${HOME}/public_html
+
+realinstall:
+ ${INSTALL} -m 0755 ${CGI} ${WWWDIR}
+ ${INSTALL} -m 0644 ${DATA} ${WWWDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud