diff --git a/en/platforms/Makefile b/en/platforms/Makefile index 9f27d7eb4b..18250b092b 100644 --- a/en/platforms/Makefile +++ b/en/platforms/Makefile @@ -1,18 +1,20 @@ -# $FreeBSD: www/en/platforms/Makefile,v 1.3 2001/05/04 22:31:57 obrien Exp $ +# $FreeBSD: www/en/platforms/Makefile,v 1.4 2002/11/08 14:56:49 jmallett Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= alpha.sgml DOCS+= ia64.sgml DOCS+= index.sgml DOCS+= mips.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml +SUBDIR= ia64 + .include "${WEB_PREFIX}/share/mk/web.site.mk"