aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/platforms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/platforms/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/platforms/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/platforms/Makefile b/en_US.ISO8859-1/htdocs/platforms/Makefile
new file mode 100644
index 0000000000..6c630ee300
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/platforms/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD: www/en/platforms/Makefile,v 1.12 2006/11/09 06:29:55 jb Exp $
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= alpha.sgml
+DOCS+= amd64.sgml
+DOCS+= arm.sgml
+DOCS+= i386.sgml
+DOCS+= ia64.sgml
+DOCS+= index.sgml
+DOCS+= mips.sgml
+DOCS+= pc98.sgml
+DOCS+= ppc.sgml
+DOCS+= sparc.sgml
+DOCS+= sun4v.sgml
+DOCS+= x86-64.sgml
+DOCS+= xbox.sgml
+
+SUBDIR= ia64
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"