Add a missing REVCHECK=YES.

This commit is contained in:
Hiroki Sato 2004-05-27 08:02:15 +00:00
parent 53fc34e010
commit da50a01e6d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21023

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/ja/releases/4.10R/Makefile,v 1.1 2004/05/27 01:35:33 hrs Exp $
# $FreeBSD: www/ja/releases/4.10R/Makefile,v 1.2 2004/05/27 07:36:54 hrs Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -25,4 +25,7 @@ DATA= docbook.css
#DATA+= relnotes-alpha.html
#DATA+= relnotes-i386.html
### Revision checking
REVCHECK= YES
.include "${WEB_PREFIX}/share/mk/web.site.mk"