aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-01-11 19:05:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-01-11 19:05:48 +0000
commit0f2f05821aba66a5380d438d24ed5641c113d1e9 (patch)
treef83aeac30b3fa3e99f4e83c3872969c0e0356f07 /tools
parent0b6e836294f13ff7fb89d758344cae7c9c14309d (diff)
downloadsrc-0f2f05821aba66a5380d438d24ed5641c113d1e9.tar.gz
src-0f2f05821aba66a5380d438d24ed5641c113d1e9.zip
Add ${IMAGES} to CLEANFILES.
Notes
Notes: svn path=/head/; revision=124384
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/www/Makefile b/tools/tools/tinderbox/www/Makefile
index ce4feb92efca..b153655819e3 100644
--- a/tools/tools/tinderbox/www/Makefile
+++ b/tools/tools/tinderbox/www/Makefile
@@ -3,6 +3,7 @@
CGI = index.cgi
DATA = tb.css
IMAGES = daemon.png valid-css.png valid-xhtml10.png
+CLEANFILES += ${IMAGES}
WWWDIR ?= ${HOME}/public_html
WWWOWN ?= ${USER}
WWWGRP ?= ${USER}