Add REVCHECK=YES.

This commit is contained in:
Hiroki Sato 2004-01-14 22:27:26 +00:00
parent 40bf167547
commit 0e35938017
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19663

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/ja/releases/5.2R/Makefile,v 1.2 2004/01/14 00:51:57 hrs Exp $
# $FreeBSD: www/ja/releases/5.2R/Makefile,v 1.3 2004/01/14 19:01:33 rushani Exp $
# Original revision: 1.4
.if exists(../Makefile.conf)
@ -32,4 +32,7 @@ DATA+= relnotes-i386.html
DATA+= relnotes-pc98.html
DATA+= relnotes-sparc64.html
### Revision checking
REVCHECK= YES
.include "${WEB_PREFIX}/share/mk/web.site.mk"