This is probably a typo and was meant to read "--disable-manpages" in the first place.
Signed-off-by: Peter Müller peter.mueller@ipfire.org --- lfs/udev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/udev b/lfs/udev index b578ab54c..11868ffe2 100644 --- a/lfs/udev +++ b/lfs/udev @@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --libexecdir=/lib \ --with-rootprefix= \ --with-rootlibdir=/lib \ - --enable-manpages \ + --disable-manpages \ --disable-static
cd $(DIR_APP) && make $(MAKETUNING)