diff --git a/ja/platforms/ia64/Makefile b/ja/platforms/ia64/Makefile new file mode 100644 index 0000000000..a6a9a0362d --- /dev/null +++ b/ja/platforms/ia64/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ +# Original revision: 1.1 + +.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 + +### Revision checking +REVCHECK= yes + +.include "${WEB_PREFIX}/share/mk/web.site.mk"