]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: $AWK: Add dependency
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 15:48:09 +0000 (17:48 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 21 Sep 2025 14:26:14 +0000 (16:26 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/configure/build-depends/awk/awk.mk [new file with mode: 0644]

diff --git a/share/mk/configure/build-depends/awk/awk.mk b/share/mk/configure/build-depends/awk/awk.mk
new file mode 100644 (file)
index 0000000..729d660
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright, the authors of the Linux man-pages project
+# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
+
+
+ifndef MAKEFILE_CONFIGURE_BUILD_DEPENDS_AWK_AWK_INCLUDED
+MAKEFILE_CONFIGURE_BUILD_DEPENDS_AWK_AWK_INCLUDED := 1
+
+
+ifndef AWK
+AWK := awk
+endif
+
+
+endif  # include guard