aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-04 12:43:42 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-05 02:27:48 +0100
commit0c09b173e7fb19a59f60458863d3ce049d1b7135 (patch)
tree139db80cccef43c420a1301370ca9ef718ec00e5
parent757c16cb307e6d9d6feec0f69797e94dff7e97ae (diff)
downloadman-pages-0c09b173e7fb19a59f60458863d3ce049d1b7135.tar.gz
share/mk/: Add missing include
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/dist/files.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/dist/files.mk b/share/mk/dist/files.mk
index 158501e10f..3a8a6189cf 100644
--- a/share/mk/dist/files.mk
+++ b/share/mk/dist/files.mk
@@ -8,6 +8,7 @@ MAKEFILE_DIST_FILES_INCLUDED := 1
include $(MAKEFILEDIR)/configure/build-depends/coreutils.mk
include $(MAKEFILEDIR)/configure/build-depends/git.mk
+include $(MAKEFILEDIR)/configure/build-depends/grep.mk
include $(MAKEFILEDIR)/configure/build-depends/sed.mk
include $(MAKEFILEDIR)/configure/verbose.mk
include $(MAKEFILEDIR)/configure/version.mk