summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-14 15:53:53 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-14 15:54:08 +0200
commitedaa12e6bb7d8c64357a9992fcaa2c815f00fefa (patch)
tree7edac4259e63bb3063532f159b427e502edaf2d2 /README
parent6e502b913302d5ba4b70a2f3e6b3ff38748d2d0f (diff)
*.mk: Move makefiles from lib/ to share/mk/
According to the FHS, lib/ is for arch-dependent files, while share/ is for arch-independent files. While moving, create a more organized directory structure. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 82794e348..87248c8dc 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Files
Change log. Includes most relevant changes. However, it's not as
complete as the git(1) log.
- Makefile, lib/*.mk
+ Makefile, share/mk/*
Build system. For help, consult the <INSTALL> file, and run 'make help'.
lsm