aboutsummaryrefslogtreecommitdiff
path: root/hu_HU.ISO8859-2/htdocs/developers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hu_HU.ISO8859-2/htdocs/developers/Makefile')
-rw-r--r--hu_HU.ISO8859-2/htdocs/developers/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/hu_HU.ISO8859-2/htdocs/developers/Makefile b/hu_HU.ISO8859-2/htdocs/developers/Makefile
new file mode 100644
index 0000000000..4430e66c68
--- /dev/null
+++ b/hu_HU.ISO8859-2/htdocs/developers/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD: www/en/developers/Makefile,v 1.1 2005/10/04 05:57:25 murray Exp $
+
+###################################################
+# The FreeBSD Hungarian Documentation Project #
+###################################################
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= cvs.sgml
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"