aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-10-21 00:35:05 +0200
committerAlejandro Colomar <alx@kernel.org>2022-10-21 00:35:05 +0200
commit2ad4c6aea8faa58b45431fe74f0d2f41055cee70 (patch)
tree9aed7242e8d435bc909d8b0f5d3edc123a5a642a
parent92016b11b6f8b2f9e507ff88f298fe754b5d413f (diff)
downloadman-pages-2ad4c6aea8faa58b45431fe74f0d2f41055cee70.tar.gz
Makefile: Remove unnecessary include
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a15d990eff..818561ce7e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,6 @@ MAKEFLAGS += --warn-undefined-variables
srcdir := .
-include $(srcdir)/lib/cmd.mk
-
-
.PHONY: all
all: build
@: