Add a Makefile for the web bits.
This commit is contained in:
parent
aae5a35ae3
commit
ac12b4c288
@ -5,4 +5,6 @@ BINOWN ?= ${USER}
|
||||
BINGRP ?= ${USER}
|
||||
SCRIPTS = tbmaster.pl tinderbox.pl
|
||||
|
||||
SUBDIR = www
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
11
tools/tools/tinderbox/www/Makefile
Normal file
11
tools/tools/tinderbox/www/Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user