aboutsummaryrefslogtreecommitdiff
path: root/nl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nl/Makefile')
-rw-r--r--nl/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/nl/Makefile b/nl/Makefile
new file mode 100644
index 0000000000..7d77abbfc1
--- /dev/null
+++ b/nl/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+.if exists(Makefile.conf)
+.include "Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+# Subdirectories
+# SGML
+.if !defined(WEB_ONLY) || empty(WEB_ONLY)
+SUBDIR= doc
+.endif
+
+WEBDIR?= data/nl
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"