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, 0 insertions, 26 deletions
diff --git a/en_US.ISO8859-1/htdocs/platforms/Makefile b/en_US.ISO8859-1/htdocs/platforms/Makefile
deleted file mode 100644
index 02b1715691..0000000000
--- a/en_US.ISO8859-1/htdocs/platforms/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD$
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-DOCS= alpha.xml
-DOCS+= amd64.xml
-DOCS+= arm.xml
-DOCS+= i386.xml
-DOCS+= ia64.xml
-DOCS+= index.xml
-DOCS+= mips.xml
-DOCS+= pc98.xml
-DOCS+= ppc.xml
-DOCS+= sparc.xml
-DOCS+= sun4v.xml
-DOCS+= x86-64.xml
-DOCS+= xbox.xml
-
-SUBDIR= ia64
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"