summaryrefslogtreecommitdiffstats
path: root/share/doc/legal
Commit message (Collapse)AuthorAgeFilesLines
* Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundbdrewery2015-10-165-5/+10
| | | | | | | | | | | | | bug of installing 'realtek' and 'intel_iwn' as files rather then as a 'LICENSE' file in their directories. Also add obsolete entries for the older names and names that existed in head for a period of time. Suggested by: jmg X-MFC-With: r289391 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-135-0/+57
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-084-8/+0
| |
| * We do want objdirsjg2013-10-134-4/+0
| |
| * Updated dependenciessjg2013-10-134-8/+0
| |
| * New dependenciessjg2013-10-131-0/+12
| |
| * Merge from headsjg2013-09-052-1/+9
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-224-0/+56
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Get rid of some more NO_OBJssjg2015-06-125-5/+0
| |/ |/| | | | | Differential Revision: D2748
* | Adding urtwn(4) firmware and related changes.hiren2013-07-102-1/+9
|/ | | | | Reviewed by: rpaulo Approved by: sbruno (mentor)
* Install Intel iwn(4) firmware license.rpaulo2010-05-272-0/+8
| | | | MFC after: 3 days
* Link wpi(4) into the build.benjsc2007-11-081-1/+2
| | | | | | | | | | This includes: o mtree (for legal/intel_wpi) o manpage for i386/amd64 archs o module for i386/amd64 archs o NOTES for i386/amd64 archs Approved by: mlaier (comentor)
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-051-0/+8
| | | | | | | | | This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors)
* style(9) fixes.flz2007-03-022-2/+2
| | | | Reported by: ru
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-023-0/+20
uuencoded format along with their respective LICENSE files. - Add new share/doc/legal directory to BSD.usr.dist mtree file. This is the place we install LICENSE files for restricted firmwares. - Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwares won't load properly unless legal.<name>.license_ack is set to 1, either via kenv(1) or /boot/loader.conf. Reviewed by: mlaier, sam Permitted by: Intel (via Andrew Wilson) MFC after: 1 month
OpenPOWER on IntegriCloud