summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-01-25 19:11:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-01-25 19:11:43 +0000
commitd9d3e2c85fa34f34fe4b4ca7ec3994e256fcfb4a (patch)
tree70957e2e88153677d62e583e4701ad9258e5e223 /tools
parentf138711f07ab705e32d83d027f9f34be9855b6dd (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/www/Makefile b/tools/tools/tinderbox/www/Makefile
index b153655819e3..acb4c877c430 100644
--- a/tools/tools/tinderbox/www/Makefile
+++ b/tools/tools/tinderbox/www/Makefile
@@ -12,8 +12,11 @@ all: ${IMAGES}
realinstall:
${INSTALL} -m0755 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${CGI} ${WWWDIR}
-.for FILE in ${DATA} ${IMAGES}
- ${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${FILE} ${WWWDIR}
+.for _data in ${DATA}
+ ${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${_data} ${WWWDIR}
+.endfor
+.for _image in ${IMAGES}
+ ${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${_image} ${WWWDIR}
.endfor
${IMAGES}: ${.TARGET}.uu