diff --git a/en/platforms/ia64/Makefile b/en/platforms/ia64/Makefile new file mode 100644 index 0000000000..3ff31b0bbe --- /dev/null +++ b/en/platforms/ia64/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= index.sgml machines.sgml refs.sgml todo.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk"