2005-08-30 07:40:09 +02:00
|
|
|
# $FreeBSD: www/it/releases/Makefile,v 1.5 2005/03/31 09:20:01 ale Exp $
|
2004-01-14 15:29:03 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS?= index.sgml
|
|
|
|
|
2005-03-31 11:20:01 +02:00
|
|
|
SUBDIR = 4.10R 4.11R
|
2005-08-30 07:40:09 +02:00
|
|
|
SUBDIR+= 5.2R 5.2.1R 5.3R 5.4R
|
2004-01-14 15:29:03 +01:00
|
|
|
|
|
|
|
.if defined $(NEW_BUILD)
|
|
|
|
SUBDIR=
|
|
|
|
.endif
|
|
|
|
|
2005-01-08 12:53:24 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|