aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/htdocs/layout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zh_CN.UTF-8/htdocs/layout/Makefile')
-rw-r--r--zh_CN.UTF-8/htdocs/layout/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/htdocs/layout/Makefile b/zh_CN.UTF-8/htdocs/layout/Makefile
new file mode 100644
index 0000000000..ddb3903e1e
--- /dev/null
+++ b/zh_CN.UTF-8/htdocs/layout/Makefile
@@ -0,0 +1,15 @@
+# The FreeBSD Simplified Chinese Project
+# Original Revision: 1.1
+#
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+SUBDIR= css
+
+.include "${DOC_PREFIX}/share/mk/web.site.mk"