diff options
author | 2009-07-27 18:36:06 +0000 | |
---|---|---|
committer | 2009-07-27 18:36:06 +0000 | |
commit | ea97649dc27110570e699ca920b5a7857daf3299 (patch) | |
tree | 3f3ae98946fb528507fef042c7fb41808227305b /sys/dev/microcode | |
parent | sync (diff) | |
download | wireguard-openbsd-ea97649dc27110570e699ca920b5a7857daf3299.tar.xz wireguard-openbsd-ea97649dc27110570e699ca920b5a7857daf3299.zip |
Do enter the tigon directory, and build there, and ship them. We have tried
for many years to contact all the potential copyright owners and people who used
to distribute this (ie. wpaul and such), to get the original license text
clarified. We believe the original license on the source did specifically
allow re-distribution. We believe we have done enough in this situation,
especially considering how dead this product us. If anyone else knows more,
please let us know.
ok kettenis
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index e3337e1d9fa..dd7e0b9e6a3 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.18 2007/11/16 16:30:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 2009/07/27 18:36:06 deraadt Exp $ SUBDIR= atmel bnx cirruslogic fxp kue neomagic ral rum \ - symbol tht tusb3410 typhoon uyap yds zydas + symbol tigon tht tusb3410 typhoon uyap yds zydas .include <bsd.subdir.mk> |