summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/Makefile2
-rw-r--r--share/doc/legal/Makefile6
-rw-r--r--share/doc/legal/intel_ipw/Makefile7
-rw-r--r--share/doc/legal/intel_iwi/Makefile7
4 files changed, 21 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index 5ed5228..61b26d7 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
-SUBDIR= ${_bind9} IPv6 papers psd smm usd
+SUBDIR= ${_bind9} IPv6 legal papers psd smm usd
.if ${MK_BIND} != "no"
_bind9= bind9
diff --git a/share/doc/legal/Makefile b/share/doc/legal/Makefile
new file mode 100644
index 0000000..958980f
--- /dev/null
+++ b/share/doc/legal/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SUBDIR= intel_ipw \
+ intel_iwi
+
+.include <bsd.subdir.mk>
diff --git a/share/doc/legal/intel_ipw/Makefile b/share/doc/legal/intel_ipw/Makefile
new file mode 100644
index 0000000..eafad91
--- /dev/null
+++ b/share/doc/legal/intel_ipw/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+NO_OBJ=
+FILES= ${.CURDIR}/../../../../sys/contrib/dev/ipw/LICENSE
+FILESDIR= ${SHAREDIR}/doc/legal/intel_ipw/
+
+.include <bsd.prog.mk>
diff --git a/share/doc/legal/intel_iwi/Makefile b/share/doc/legal/intel_iwi/Makefile
new file mode 100644
index 0000000..4476924
--- /dev/null
+++ b/share/doc/legal/intel_iwi/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+NO_OBJ=
+FILES= ${.CURDIR}/../../../../sys/contrib/dev/iwi/LICENSE
+FILESDIR= ${SHAREDIR}/doc/legal/intel_iwi/
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud