summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-09 14:04:09 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:16:53 -0700
commit1d7f5446dc37687f078269af3c63af7d7ebbfab4 (patch)
treefafe096c86277c279ab44af54294f7473dcd09ea /Makefile
parent4f05919a0f2695934df2e67399b507896b52c3bc (diff)
containers: Add my own ARC implementation
I really want an OnEvict callback.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c16dfd7..07cb57d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ lint: tools/bin/golangci-lint
generate/files = LICENSE.gpl-2.0.txt
generate/files += LICENSE.gpl-3.0.txt
generate/files += LICENSE.apache-2.0.txt
+generate/files += LICENSE.mpl-2.0.txt
generate: generate-clean
$(MAKE) -C lib/btrfs
@@ -38,6 +39,8 @@ LICENSE.gpl-3.0.txt:
curl https://www.gnu.org/licenses/gpl-3.0.txt > $@
LICENSE.apache-2.0.txt:
curl https://apache.org/licenses/LICENSE-2.0.txt > $@
+LICENSE.mpl-2.0.txt:
+ curl https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt > $@
# tools