From: Sascha Wildner Date: Sun, 18 Jul 2010 22:10:58 +0000 (+0200) Subject: Install the license of the iwi(4) firmware to /usr/share/doc/legal. X-Git-Tag: v2.9.0~711 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/0b74b9b65a05653a9b6be12f6bd94cf704e9eca4 Install the license of the iwi(4) firmware to /usr/share/doc/legal. Upon loading of the firmware, the user is informed that he needs to read the license and has to agree to it by setting a loader tunable in his /boot/loader.conf (see the iwifw(4) manual page for the whole story). Taken-from: FreeBSD --- diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index b128b2f837..c6962e638d 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -106,6 +106,10 @@ dict .. doc + legal + intel_iwi + .. + .. .. examples IPv6 diff --git a/share/doc/legal/intel_iwi/Makefile b/share/doc/legal/intel_iwi/Makefile new file mode 100644 index 0000000000..1a083e1322 --- /dev/null +++ b/share/doc/legal/intel_iwi/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD: src/share/doc/legal/intel_iwi/Makefile,v 1.2 2007/03/02 18:10:55 flz Exp $ + +NOOBJ= +FILES= ${.CURDIR}/../../../../sys/contrib/dev/iwi/LICENSE +FILESDIR= ${SHAREDIR}/doc/legal/intel_iwi + +.include