2001-11-18 17:13:07 +01:00
|
|
|
# $FreeBSD: www/en/prstats/Makefile,v 1.1 2001/10/29 02:17:31 murray Exp $
|
2001-10-29 03:17:31 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS= index.sgml
|
2001-11-18 17:13:07 +01:00
|
|
|
SUBDIR+= ../../tools/prstats
|
2001-10-29 03:17:31 +01:00
|
|
|
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|