and nobody has fixed them. The actual PR stat scripts will be removed later (to give translators a chance to catch up with this change).
12 lines
268 B
Makefile
12 lines
268 B
Makefile
# $FreeBSD: www/en/prstats/Makefile,v 1.4 2001/12/06 12:33:06 phantom Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|